Class: Aws::Types::ListBridgesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBridgesRequest
- 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.
977 978 979 |
# File 'sig/types.rbs', line 977 def filter_arn @filter_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
978 979 980 |
# File 'sig/types.rbs', line 978 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
979 980 981 |
# File 'sig/types.rbs', line 979 def next_token @next_token end |