Class: Aws::Types::CreateChatTokenResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:token])

Instance Attribute Summary collapse

Instance Attribute Details

#session_expiration_time::Time

Returns the value of attribute session_expiration_time.

Returns:

  • (::Time)


40
41
42
# File 'sig/types.rbs', line 40

def session_expiration_time
  @session_expiration_time
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def token
  @token
end

#token_expiration_time::Time

Returns the value of attribute token_expiration_time.

Returns:

  • (::Time)


39
40
41
# File 'sig/types.rbs', line 39

def token_expiration_time
  @token_expiration_time
end