Class: Aws::AmplifyBackend::Types::CreateTokenRespObj

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)


1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1375

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

#challenge_codeString

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

Returns:

  • (String)


1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1375

class CreateTokenRespObj < 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)


1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1375

class CreateTokenRespObj < 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)


1375
1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1375

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