Class: Aws::Types::DescribeTapeArchivesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTapeArchivesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#tape_arns ⇒ ::Array[::String]
Returns the value of attribute tape_arns.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
730 731 732 |
# File 'sig/types.rbs', line 730 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
729 730 731 |
# File 'sig/types.rbs', line 729 def marker @marker end |
#tape_arns ⇒ ::Array[::String]
Returns the value of attribute tape_arns.
728 729 730 |
# File 'sig/types.rbs', line 728 def tape_arns @tape_arns end |