Class: Aws::StorageGateway::Types::ListAutomaticTapeCreationPoliciesInput

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

#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)


4224
4225
4226
4227
4228
# File 'lib/aws-sdk-storagegateway/types.rb', line 4224

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