Class: Aws::StorageGateway::Types::DescribeTapeArchivesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeTapeArchivesInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DescribeTapeArchivesInput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
Specifies that the number of virtual tapes described be limited to the specified number.
-
#marker ⇒ String
An opaque string that indicates the position at which to begin describing virtual tapes.
-
#tape_arns ⇒ Array<String>
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
Instance Attribute Details
#limit ⇒ Integer
Specifies that the number of virtual tapes described be limited to the specified number.
3460 3461 3462 3463 3464 3465 3466 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3460 class DescribeTapeArchivesInput < Struct.new( :tape_arns, :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An opaque string that indicates the position at which to begin describing virtual tapes.
3460 3461 3462 3463 3464 3465 3466 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3460 class DescribeTapeArchivesInput < Struct.new( :tape_arns, :marker, :limit) SENSITIVE = [] include Aws::Structure end |
#tape_arns ⇒ Array<String>
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
3460 3461 3462 3463 3464 3465 3466 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3460 class DescribeTapeArchivesInput < Struct.new( :tape_arns, :marker, :limit) SENSITIVE = [] include Aws::Structure end |