Class: Aws::Types::ListTapesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListTapesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#tape_infos ⇒ ::Array[Types::TapeInfo]
Returns the value of attribute tape_infos.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def marker @marker end |
#tape_infos ⇒ ::Array[Types::TapeInfo]
Returns the value of attribute tape_infos.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def tape_infos @tape_infos end |