Class: Aws::Types::ListTapePoolsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListTapePoolsInput
- 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.
-
#pool_arns ⇒ ::Array[::String]
Returns the value of attribute pool_arns.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def marker @marker end |
#pool_arns ⇒ ::Array[::String]
Returns the value of attribute pool_arns.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def pool_arns @pool_arns end |