DescribeGatewayInformationOutput class

A JSON object containing the following fields:

Constructors

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})
DescribeGatewayInformationOutput.fromJson(Map<String, dynamic> json)
factory

Properties

cloudWatchLogGroupARN String?
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.
final
deprecationDate String?
Date after which this gateway will not receive software updates for new features and bug fixes.
final
ec2InstanceId String?
The ID of the Amazon EC2 instance that was used to launch the gateway.
final
ec2InstanceRegion String?
The AWS Region where the Amazon EC2 instance is located.
final
endpointType String?
The type of endpoint for your gateway.
final
gatewayARN String?
final
gatewayId String?
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
final
gatewayName String?
The name you configured for your gateway.
final
gatewayNetworkInterfaces List<NetworkInterface>?
A NetworkInterface array that contains descriptions of the gateway network interfaces.
final
gatewayState String?
A value that indicates the operating state of the gateway.
final
gatewayTimezone String?
A value that indicates the time zone configured for the gateway.
final
gatewayType String?
The type of the gateway.
final
hashCode int
The hash code for this object.
no setterinherited
hostEnvironment HostEnvironment?
The type of hypervisor environment used by the host.
final
lastSoftwareUpdate String?
The date on which the last software update was applied to the gateway. If the gateway has never been updated, this field does not return a value in the response.
final
nextUpdateAvailabilityDate String?
The date on which an update to the gateway is available. This date is in the time zone of the gateway. If the gateway is not available for an update this field is not returned in the response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softwareUpdatesEndDate String?
Date after which this gateway will not receive software updates for new features.
final
tags List<Tag>?
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name. Each tag is a key-value pair. For a gateway with more than 10 tags assigned, you can view all tags using the ListTagsForResource API operation.
final
vPCEndpoint String?
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited