Class: Aws::Types::GetTokenRequest

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)


684
685
686
# File 'sig/types.rbs', line 684

def app_id
  @app_id
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def session_id
  @session_id
end