Class: Aws::StorageGateway::Types::ListAutomaticTapeCreationPoliciesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListAutomaticTapeCreationPoliciesOutput
- Defined in:
- gems/aws-sdk-storagegateway/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.
4417 4418 4419 4420 4421 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4417 class ListAutomaticTapeCreationPoliciesOutput < Struct.new( :automatic_tape_creation_policy_infos) SENSITIVE = [] include Aws::Structure end |