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.
12902 12903 12904 |
# File 'sig/types.rbs', line 12902 def next_token @next_token end |
#volumes ⇒ ::Array[Types::VolumeRecycleBinInfo]
Returns the value of attribute volumes.
12901 12902 12903 |
# File 'sig/types.rbs', line 12901 def volumes @volumes end |