Class: Aws::AmplifyBackend::Types::GetTokenRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetTokenRespObj
- 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
The 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.
3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3038 class GetTokenRespObj < Struct.new( :app_id, :challenge_code, :session_id, :ttl) SENSITIVE = [] include Aws::Structure end |
#challenge_code ⇒ String
The one-time challenge code for authenticating into the Amplify Admin UI.
3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3038 class GetTokenRespObj < 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.
3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3038 class GetTokenRespObj < 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.
3038 3039 3040 3041 3042 3043 3044 3045 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3038 class GetTokenRespObj < Struct.new( :app_id, :challenge_code, :session_id, :ttl) SENSITIVE = [] include Aws::Structure end |