Class: Aws::StorageGateway::Types::DeleteAutomaticTapeCreationPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteAutomaticTapeCreationPolicyInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
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.
2226 2227 2228 2229 2230 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2226 class DeleteAutomaticTapeCreationPolicyInput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |