Class: Aws::StorageGateway::Types::ListAutomaticTapeCreationPoliciesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListAutomaticTapeCreationPoliciesInput
- Defined in:
- gems/aws-sdk-storagegateway/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.
4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4361 class ListAutomaticTapeCreationPoliciesInput < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |