Class: Aws::Types::DescribeTapesOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTapesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#tapes ⇒ ::Array[Types::Tape]
Returns the value of attribute tapes.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
764 765 766 |
# File 'sig/types.rbs', line 764 def marker @marker end |
#tapes ⇒ ::Array[Types::Tape]
Returns the value of attribute tapes.
763 764 765 |
# File 'sig/types.rbs', line 763 def tapes @tapes end |