class Aws::StorageGateway::Types::UpdateAutomaticTapeCreationPolicyInput

@note When making an API call, you may pass UpdateAutomaticTapeCreationPolicyInput

data as a hash:

    {
      automatic_tape_creation_rules: [ # required
        {
          tape_barcode_prefix: "TapeBarcodePrefix", # required
          pool_id: "PoolId", # required
          tape_size_in_bytes: 1, # required
          minimum_num_tapes: 1, # required
          worm: false,
        },
      ],
      gateway_arn: "GatewayARN", # required
    }

@!attribute [rw] automatic_tape_creation_rules

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.
@return [Array<Types::AutomaticTapeCreationRule>]

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Region.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateAutomaticTapeCreationPolicyInput AWS API Documentation

Constants

SENSITIVE