Class: Aws::AmplifyBackend::Types::CreateTokenRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateTokenRespObj
- 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
-
#app_id ⇒ String
The app ID.
-
#challenge_code ⇒ String
One-time challenge code for authenticating into the Amplify Admin UI.
-
#session_id ⇒ String
A unique ID provided when creating a new challenge token.
-
#ttl ⇒ String
The expiry time for the one-time generated token code.
Instance Attribute Details
#app_id ⇒ String
The app ID.
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_code ⇒ String
One-time challenge code for authenticating into the Amplify Admin UI.
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_id ⇒ String
A unique ID provided when creating a new challenge token.
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 |
#ttl ⇒ String
The expiry time for the one-time generated token code.
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 |