Class: Aws::Types::ListTapePoolsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListTapePoolsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#pool_infos ⇒ ::Array[Types::PoolInfo]
Returns the value of attribute pool_infos.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def marker @marker end |
#pool_infos ⇒ ::Array[Types::PoolInfo]
Returns the value of attribute pool_infos.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def pool_infos @pool_infos end |