Class: Aws::Types::ListQueueQuickConnectsResponse

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)


5408
5409
5410
# File 'sig/types.rbs', line 5408

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5407
5408
5409
# File 'sig/types.rbs', line 5407

def last_modified_time
  @last_modified_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5405
5406
5407
# File 'sig/types.rbs', line 5405

def next_token
  @next_token
end

#quick_connect_summary_list::Array[Types::QuickConnectSummary]

Returns the value of attribute quick_connect_summary_list.

Returns:



5406
5407
5408
# File 'sig/types.rbs', line 5406

def quick_connect_summary_list
  @quick_connect_summary_list
end