Class: Aws::StorageGateway::Types::DisableGatewayInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DisableGatewayInput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
DisableGatewayInput
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 Amazon Web Services Region.
3757 3758 3759 3760 3761 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3757 class DisableGatewayInput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |