Class: Aws::Types::ListTapesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListTapesInput
- 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.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def marker @marker end |
#tape_arns ⇒ ::Array[::String]
Returns the value of attribute tape_arns.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def tape_arns @tape_arns end |