Class: Aws::StorageGateway::Types::DescribeTapeArchivesInput

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

Overview

DescribeTapeArchivesInput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Specifies that the number of virtual tapes described be limited to the specified number.

Returns:

  • (Integer)


3427
3428
3429
3430
3431
3432
3433
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3427

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

#markerString

An opaque string that indicates the position at which to begin describing virtual tapes.

Returns:

  • (String)


3427
3428
3429
3430
3431
3432
3433
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3427

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

#tape_arnsArray<String>

Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

Returns:

  • (Array<String>)


3427
3428
3429
3430
3431
3432
3433
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3427

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