You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::AutomaticTapeCreationPolicyInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the gateway's automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.

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. This returns the rules that determine when and how to automatically create new tapes.

Returns:

#gateway_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.