Class: Aws::StorageGateway::Types::DescribeGatewayInformationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeGatewayInformationOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the following fields:
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.
-
#deprecation_date ⇒ String
Date after which this gateway will not receive software updates for new features and bug fixes.
-
#ec2_instance_id ⇒ String
The ID of the Amazon EC2 instance that was used to launch the gateway.
-
#ec2_instance_region ⇒ String
The AWS Region where the Amazon EC2 instance is located.
-
#endpoint_type ⇒ String
The type of endpoint for your gateway.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#gateway_id ⇒ String
The unique identifier assigned to your gateway during activation.
-
#gateway_name ⇒ String
The name you configured for your gateway.
-
#gateway_network_interfaces ⇒ Array<Types::NetworkInterface>
A NetworkInterface array that contains descriptions of the gateway network interfaces.
-
#gateway_state ⇒ String
A value that indicates the operating state of the gateway.
-
#gateway_timezone ⇒ String
A value that indicates the time zone configured for the gateway.
-
#gateway_type ⇒ String
The type of the gateway.
-
#host_environment ⇒ String
The type of hypervisor environment used by the host.
-
#last_software_update ⇒ String
The date on which the last software update was applied to the gateway.
-
#next_update_availability_date ⇒ String
The date on which an update to the gateway is available.
-
#software_updates_end_date ⇒ String
Date after which this gateway will not receive software updates for new features.
-
#tags ⇒ Array<Types::Tag>
A list of up to 50 tags assigned to the gateway, sorted alphabetically by key name.
-
#vpc_endpoint ⇒ String
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor events in the gateway.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#deprecation_date ⇒ String
Date after which this gateway will not receive software updates for new features and bug fixes.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#ec2_instance_id ⇒ String
The ID of the Amazon EC2 instance that was used to launch the gateway.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#ec2_instance_region ⇒ String
The AWS Region where the Amazon EC2 instance is located.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#endpoint_type ⇒ String
The type of endpoint for your gateway.
Valid Values: STANDARD
| FIPS
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ 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.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#gateway_name ⇒ String
The name you configured for your gateway.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#gateway_network_interfaces ⇒ Array<Types::NetworkInterface>
A NetworkInterface array that contains descriptions of the gateway network interfaces.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#gateway_state ⇒ String
A value that indicates the operating state of the gateway.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#gateway_timezone ⇒ String
A value that indicates the time zone configured for the gateway.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#gateway_type ⇒ String
The type of the gateway.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#host_environment ⇒ String
The type of hypervisor environment used by the host.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#last_software_update ⇒ 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.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#next_update_availability_date ⇒ 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.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#software_updates_end_date ⇒ String
Date after which this gateway will not receive software updates for new features.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::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.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint ⇒ String
The configuration settings for the virtual private cloud (VPC) endpoint for your gateway.
3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3040 class DescribeGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_id, :gateway_name, :gateway_timezone, :gateway_state, :gateway_network_interfaces, :gateway_type, :next_update_availability_date, :last_software_update, :ec2_instance_id, :ec2_instance_region, :tags, :vpc_endpoint, :cloud_watch_log_group_arn, :host_environment, :endpoint_type, :software_updates_end_date, :deprecation_date) SENSITIVE = [] include Aws::Structure end |