Class: Aws::Types::ListRoutingProfileQueuesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


5376
5377
5378
# File 'sig/types.rbs', line 5376

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5375
5376
5377
# File 'sig/types.rbs', line 5375

def last_modified_time
  @last_modified_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5373
5374
5375
# File 'sig/types.rbs', line 5373

def next_token
  @next_token
end

#routing_profile_queue_config_summary_list::Array[Types::RoutingProfileQueueConfigSummary]

Returns the value of attribute routing_profile_queue_config_summary_list.



5374
5375
5376
# File 'sig/types.rbs', line 5374

def routing_profile_queue_config_summary_list
  @routing_profile_queue_config_summary_list
end