Class: Aws::StorageGateway::Types::ListAutomaticTapeCreationPoliciesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListAutomaticTapeCreationPoliciesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automatic_tape_creation_policy_infos ⇒ Array<Types::AutomaticTapeCreationPolicyInfo>
Gets a listing of information about the gateway’s automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.
Instance Attribute Details
#automatic_tape_creation_policy_infos ⇒ Array<Types::AutomaticTapeCreationPolicyInfo>
Gets a listing of information about the gateway’s automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.
4671 4672 4673 4674 4675 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4671 class ListAutomaticTapeCreationPoliciesOutput < Struct.new( :automatic_tape_creation_policy_infos) SENSITIVE = [] include Aws::Structure end |