Class: Aws::Types::ListQueueFleetAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListQueueFleetAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#queue_fleet_associations ⇒ ::Array[Types::QueueFleetAssociationSummary]
Returns the value of attribute queue_fleet_associations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def next_token @next_token end |
#queue_fleet_associations ⇒ ::Array[Types::QueueFleetAssociationSummary]
Returns the value of attribute queue_fleet_associations.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def queue_fleet_associations @queue_fleet_associations end |