Class: Aws::Types::GetTokenRespObj

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def app_id
  @app_id
end

#challenge_code ⇒ ::String

Returns the value of attribute challenge_code.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def challenge_code
  @challenge_code
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


692
693
694
# File 'sig/types.rbs', line 692

def session_id
  @session_id
end

#ttl ⇒ ::String

Returns the value of attribute ttl.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def ttl
  @ttl
end