Class: Aws::Types::DescribeTapeArchivesOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTapeArchivesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#tape_archives ⇒ ::Array[Types::TapeArchive]
Returns the value of attribute tape_archives.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
736 737 738 |
# File 'sig/types.rbs', line 736 def marker @marker end |
#tape_archives ⇒ ::Array[Types::TapeArchive]
Returns the value of attribute tape_archives.
735 736 737 |
# File 'sig/types.rbs', line 735 def tape_archives @tape_archives end |