Class: Aws::Types::ListVolumesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListVolumesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#volume_infos ⇒ ::Array[Types::VolumeInfo]
Returns the value of attribute volume_infos.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def gateway_arn @gateway_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def marker @marker end |
#volume_infos ⇒ ::Array[Types::VolumeInfo]
Returns the value of attribute volume_infos.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def volume_infos @volume_infos end |