DescribeGatewayInformationOutput constructor

DescribeGatewayInformationOutput({
  1. String? cloudWatchLogGroupARN,
  2. String? deprecationDate,
  3. String? ec2InstanceId,
  4. String? ec2InstanceRegion,
  5. String? endpointType,
  6. String? gatewayARN,
  7. String? gatewayId,
  8. String? gatewayName,
  9. List<NetworkInterface>? gatewayNetworkInterfaces,
  10. String? gatewayState,
  11. String? gatewayTimezone,
  12. String? gatewayType,
  13. HostEnvironment? hostEnvironment,
  14. String? lastSoftwareUpdate,
  15. String? nextUpdateAvailabilityDate,
  16. String? softwareUpdatesEndDate,
  17. List<Tag>? tags,
  18. 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,
});