Class: Aws::StorageGateway::Types::DescribeGatewayInformationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeGatewayInformationInput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Note:
When making an API call, you may pass DescribeGatewayInformationInput data as a hash:
{
gateway_arn: "GatewayARN", # required
}
A JSON object containing the ID of the gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#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.
2939 2940 2941 2942 2943 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2939 class DescribeGatewayInformationInput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |