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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



6302
6303
6304
6305
6306
6307
# File 'lib/aws-sdk-storagegateway/types.rb', line 6302

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)


6302
6303
6304
6305
6306
6307
# File 'lib/aws-sdk-storagegateway/types.rb', line 6302

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