Class: Aws::Types::ListGatewayInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListGatewayInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def filter_arn @filter_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def next_token @next_token end |