Class: Aws::Types::CreateTokenResponse

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)


397
398
399
# File 'sig/types.rbs', line 397

def app_id
  @app_id
end

#challenge_code ⇒ ::String

Returns the value of attribute challenge_code.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def challenge_code
  @challenge_code
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def session_id
  @session_id
end

#ttl ⇒ ::String

Returns the value of attribute ttl.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def ttl
  @ttl
end