Class: Aws::StorageGateway::Types::ListTapesInput

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

Overview

A JSON object that contains one or more of the following fields:

  • ListTapesInput$Limit

  • ListTapesInput$Marker

  • ListTapesInput$TapeARNs

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)


4589
4590
4591
4592
4593
4594
4595
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4589

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

#markerString

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

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4589

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

#tape_arnsArray<String>

The Amazon Resource Name (ARN) of each of the tapes you want to list. If you don't specify a tape ARN, the response lists all tapes in both your VTL and VTS.

Returns:

  • (Array<String>)


4589
4590
4591
4592
4593
4594
4595
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4589

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