Class: Aws::StorageGateway::Types::GatewayInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::GatewayInfo
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Describes a gateway object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#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 of the gateway.
-
#gateway_operational_state ⇒ String
The state of the gateway.
-
#gateway_type ⇒ String
The type of the gateway.
Instance Attribute Details
#ec2_instance_id ⇒ String
The ID of the Amazon EC2 instance that was used to launch the gateway.
4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4125 class GatewayInfo < Struct.new( :gateway_id, :gateway_arn, :gateway_type, :gateway_operational_state, :gateway_name, :ec2_instance_id, :ec2_instance_region) SENSITIVE = [] include Aws::Structure end |
#ec2_instance_region ⇒ String
The AWS Region where the Amazon EC2 instance is located.
4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4125 class GatewayInfo < Struct.new( :gateway_id, :gateway_arn, :gateway_type, :gateway_operational_state, :gateway_name, :ec2_instance_id, :ec2_instance_region) 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.
4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4125 class GatewayInfo < Struct.new( :gateway_id, :gateway_arn, :gateway_type, :gateway_operational_state, :gateway_name, :ec2_instance_id, :ec2_instance_region) 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.
4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4125 class GatewayInfo < Struct.new( :gateway_id, :gateway_arn, :gateway_type, :gateway_operational_state, :gateway_name, :ec2_instance_id, :ec2_instance_region) SENSITIVE = [] include Aws::Structure end |
#gateway_name ⇒ String
The name of the gateway.
4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4125 class GatewayInfo < Struct.new( :gateway_id, :gateway_arn, :gateway_type, :gateway_operational_state, :gateway_name, :ec2_instance_id, :ec2_instance_region) SENSITIVE = [] include Aws::Structure end |
#gateway_operational_state ⇒ String
The state of the gateway.
Valid Values: DISABLED
| ACTIVE
4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4125 class GatewayInfo < Struct.new( :gateway_id, :gateway_arn, :gateway_type, :gateway_operational_state, :gateway_name, :ec2_instance_id, :ec2_instance_region) SENSITIVE = [] include Aws::Structure end |
#gateway_type ⇒ String
The type of the gateway.
4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4125 class GatewayInfo < Struct.new( :gateway_id, :gateway_arn, :gateway_type, :gateway_operational_state, :gateway_name, :ec2_instance_id, :ec2_instance_region) SENSITIVE = [] include Aws::Structure end |