Class: Aws::StorageGateway::Types::AutomaticTapeCreationPolicyInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::AutomaticTapeCreationPolicyInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Information about the gateway’s automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automatic_tape_creation_rules ⇒ Array<Types::AutomaticTapeCreationRule>
An automatic tape creation policy consists of a list of automatic tape creation rules.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#automatic_tape_creation_rules ⇒ Array<Types::AutomaticTapeCreationRule>
An automatic tape creation policy consists of a list of automatic tape creation rules. This returns the rules that determine when and how to automatically create new tapes.
538 539 540 541 542 543 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 538 class AutomaticTapeCreationPolicyInfo < Struct.new( :automatic_tape_creation_rules, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#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.
538 539 540 541 542 543 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 538 class AutomaticTapeCreationPolicyInfo < Struct.new( :automatic_tape_creation_rules, :gateway_arn) SENSITIVE = [] include Aws::Structure end |