Class: Aws::Types::ListFileSharesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListFileSharesInput
- 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.
978 979 980 |
# File 'sig/types.rbs', line 978 def gateway_arn @gateway_arn end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
979 980 981 |
# File 'sig/types.rbs', line 979 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
980 981 982 |
# File 'sig/types.rbs', line 980 def marker @marker end |