Class: Aws::StorageGateway::Types::DisableGatewayOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DisableGatewayOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DisableGatewayOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The unique Amazon Resource Name (ARN) of the disabled gateway.
Instance Attribute Details
#gateway_arn ⇒ String
The unique Amazon Resource Name (ARN) of the disabled gateway.
3886 3887 3888 3889 3890 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3886 class DisableGatewayOutput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |