Class: Aws::StorageGateway::Types::UpdateAutomaticTapeCreationPolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_tape_creation_rulesArray<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.



6325
6326
6327
6328
6329
6330
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6325

class UpdateAutomaticTapeCreationPolicyInput < Struct.new(
  :automatic_tape_creation_rules,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

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.

Returns:

  • (String)


6325
6326
6327
6328
6329
6330
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6325

class UpdateAutomaticTapeCreationPolicyInput < Struct.new(
  :automatic_tape_creation_rules,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end