Class: Aws::StorageGateway::Types::ListAutomaticTapeCreationPoliciesOutput

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_policy_infosArray<Types::AutomaticTapeCreationPolicyInfo>

Gets a listing of information about the gateway’s automatic tape creation policies, including the automatic tape creation rules and the gateway that is using the policies.



4261
4262
4263
4264
4265
# File 'lib/aws-sdk-storagegateway/types.rb', line 4261

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