Class: Aws::Types::ListQueueFleetAssociationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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