Class: Aws::Types::ListVolumesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListVolumesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def gateway_arn @gateway_arn end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def marker @marker end |