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)


3317
3318
3319
3320
3321
3322
3323
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3317

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)


3317
3318
3319
3320
3321
3322
3323
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3317

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


3317
3318
3319
3320
3321
3322
3323
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3317

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