Class: Aws::StorageGateway::Types::ListTapePoolsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

An optional number limit for the tape pools in the list returned by this call.

Returns:

  • (Integer)


4533
4534
4535
4536
4537
4538
4539
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4533

class ListTapePoolsInput < Struct.new(
  :pool_arns,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

A string that indicates the position at which to begin the returned list of tape pools.

Returns:

  • (String)


4533
4534
4535
4536
4537
4538
4539
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4533

class ListTapePoolsInput < Struct.new(
  :pool_arns,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#pool_arnsArray<String>

The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.

Returns:

  • (Array<String>)


4533
4534
4535
4536
4537
4538
4539
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4533

class ListTapePoolsInput < Struct.new(
  :pool_arns,
  :marker,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end