Class: Aws::Types::ListChatsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#executions::Array[Types::ChatExecution]

Returns the value of attribute executions.

Returns:



945
946
947
# File 'sig/types.rbs', line 945

def executions
  @executions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


946
947
948
# File 'sig/types.rbs', line 946

def next_token
  @next_token
end