class Aws::StorageGateway::Types::DescribeGatewayInformationOutput
A JSON object containing the following fields:
@!attribute [rw] gateway_arn
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Region. @return [String]
@!attribute [rw] gateway_id
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. @return [String]
@!attribute [rw] gateway_name
The name you configured for your gateway. @return [String]
@!attribute [rw] gateway_timezone
A value that indicates the time zone configured for the gateway. @return [String]
@!attribute [rw] gateway_state
A value that indicates the operating state of the gateway. @return [String]
@!attribute [rw] gateway_network_interfaces
A NetworkInterface array that contains descriptions of the gateway network interfaces. @return [Array<Types::NetworkInterface>]
@!attribute [rw] gateway_type
The type of the gateway. @return [String]
@!attribute [rw] next_update_availability_date
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. @return [String]
@!attribute [rw] last_software_update
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. @return [String]
@!attribute [rw] ec2_instance_id
The ID of the Amazon EC2 instance that was used to launch the gateway. @return [String]
@!attribute [rw] ec2_instance_region
The Region where the Amazon EC2 instance is located. @return [String]
@!attribute [rw] tags
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. @return [Array<Types::Tag>]
@!attribute [rw] vpc_endpoint
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway. @return [String]
@!attribute [rw] cloud_watch_log_group_arn
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway. @return [String]
@!attribute [rw] host_environment
The type of hypervisor environment used by the host. @return [String]
@!attribute [rw] endpoint_type
The type of endpoint for your gateway. Valid Values: `STANDARD` \| `FIPS` @return [String]
@!attribute [rw] software_updates_end_date
Date after which this gateway will not receive software updates for new features. @return [String]
@!attribute [rw] deprecation_date
Date after which this gateway will not receive software updates for new features and bug fixes. @return [String]
@!attribute [rw] gateway_capacity
Specifies the size of the gateway's metadata cache. @return [String]
@!attribute [rw] supported_gateway_capacities
A list of the metadata cache sizes that the gateway can support based on its current hardware specifications. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeGatewayInformationOutput AWS API Documentation
Constants
- SENSITIVE