Class: Aws::Types::ListBrokersOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBrokersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_summaries ⇒ ::Array[Types::BrokerSummary]
Returns the value of attribute broker_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#broker_summaries ⇒ ::Array[Types::BrokerSummary]
Returns the value of attribute broker_summaries.
566 567 568 |
# File 'sig/types.rbs', line 566 def broker_summaries @broker_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
567 568 569 |
# File 'sig/types.rbs', line 567 def next_token @next_token end |