Class: Aws::Types::GetNextMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def assistant_id
  @assistant_id
end

#next_message_token::String

Returns the value of attribute next_message_token.

Returns:

  • (::String)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def next_message_token
  @next_message_token
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def session_id
  @session_id
end