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.
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_code ⇒ String
The one-time challenge code for authenticating into the Amplify Admin UI.
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_id ⇒ String
A unique ID provided when creating a new challenge token.
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 |
#ttl ⇒ String
The expiry time for the one-time generated token code.
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 |