DescribeGatewayInformationOutput constructor
DescribeGatewayInformationOutput({
- String? cloudWatchLogGroupARN,
- String? deprecationDate,
- String? ec2InstanceId,
- String? ec2InstanceRegion,
- String? endpointType,
- String? gatewayARN,
- String? gatewayId,
- String? gatewayName,
- List<
NetworkInterface> ? gatewayNetworkInterfaces, - String? gatewayState,
- String? gatewayTimezone,
- String? gatewayType,
- HostEnvironment? hostEnvironment,
- String? lastSoftwareUpdate,
- String? nextUpdateAvailabilityDate,
- String? softwareUpdatesEndDate,
- List<
Tag> ? tags, - String? vPCEndpoint,
Implementation
DescribeGatewayInformationOutput({
this.cloudWatchLogGroupARN,
this.deprecationDate,
this.ec2InstanceId,
this.ec2InstanceRegion,
this.endpointType,
this.gatewayARN,
this.gatewayId,
this.gatewayName,
this.gatewayNetworkInterfaces,
this.gatewayState,
this.gatewayTimezone,
this.gatewayType,
this.hostEnvironment,
this.lastSoftwareUpdate,
this.nextUpdateAvailabilityDate,
this.softwareUpdatesEndDate,
this.tags,
this.vPCEndpoint,
});