Class: Aws::AmplifyBackend::Types::GetTokenRespObj

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

The response object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The app ID.

Returns:

  • (String)


2313
2314
2315
2316
2317
2318
2319
2320
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2313

class GetTokenRespObj < Struct.new(
  :app_id,
  :challenge_code,
  :session_id,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#challenge_codeString

The one-time challenge code for authenticating into the Amplify Admin UI.

Returns:

  • (String)


2313
2314
2315
2316
2317
2318
2319
2320
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2313

class GetTokenRespObj < Struct.new(
  :app_id,
  :challenge_code,
  :session_id,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

A unique ID provided when creating a new challenge token.

Returns:

  • (String)


2313
2314
2315
2316
2317
2318
2319
2320
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2313

class GetTokenRespObj < Struct.new(
  :app_id,
  :challenge_code,
  :session_id,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end

#ttlString

The expiry time for the one-time generated token code.

Returns:

  • (String)


2313
2314
2315
2316
2317
2318
2319
2320
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2313

class GetTokenRespObj < Struct.new(
  :app_id,
  :challenge_code,
  :session_id,
  :ttl)
  SENSITIVE = []
  include Aws::Structure
end