Class: Aws::Types::ListFileSystemAssociationsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListFileSystemAssociationsInput
- 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.
992 993 994 |
# File 'sig/types.rbs', line 992 def gateway_arn @gateway_arn end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
993 994 995 |
# File 'sig/types.rbs', line 993 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
994 995 996 |
# File 'sig/types.rbs', line 994 def marker @marker end |