Class: Aws::StorageGateway::Types::UpdateAutomaticTapeCreationPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateAutomaticTapeCreationPolicyInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
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. The rules determine when and how to automatically create new tapes.
6587 6588 6589 6590 6591 6592 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6587 class UpdateAutomaticTapeCreationPolicyInput < 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.
6587 6588 6589 6590 6591 6592 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6587 class UpdateAutomaticTapeCreationPolicyInput < Struct.new( :automatic_tape_creation_rules, :gateway_arn) SENSITIVE = [] include Aws::Structure end |