Class: Aws::Types::ListVolumesInRecycleBinResult
- Inherits:
-
Object
- Object
- Aws::Types::ListVolumesInRecycleBinResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#volumes ⇒ ::Array[Types::VolumeRecycleBinInfo]
Returns the value of attribute volumes.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
13173 13174 13175 |
# File 'sig/types.rbs', line 13173 def next_token @next_token end |
#volumes ⇒ ::Array[Types::VolumeRecycleBinInfo]
Returns the value of attribute volumes.
13172 13173 13174 |
# File 'sig/types.rbs', line 13172 def volumes @volumes end |