Class: Aws::Types::GetTokenResponse

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)


698
699
700
# File 'sig/types.rbs', line 698

def app_id
  @app_id
end

#challenge_code ⇒ ::String

Returns the value of attribute challenge_code.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def challenge_code
  @challenge_code
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def session_id
  @session_id
end

#ttl ⇒ ::String

Returns the value of attribute ttl.

Returns:

  • (::String)


701
702
703
# File 'sig/types.rbs', line 701

def ttl
  @ttl
end