Class: Aws::Types::CreateChatRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def agent_space_id
  @agent_space_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def user_id
  @user_id
end

#user_type"IAM", ...

Returns the value of attribute user_type.

Returns:

  • ("IAM", "IDC", "IDP")


347
348
349
# File 'sig/types.rbs', line 347

def user_type
  @user_type
end