Class: Aws::AmplifyBackend::Types::GetTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetTokenResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#app_id ⇒ String
2336 2337 2338 2339 2340 2341 2342 2343 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2336 class GetTokenResponse < Struct.new( :app_id, :challenge_code, :session_id, :ttl) SENSITIVE = [] include Aws::Structure end |
#challenge_code ⇒ String
2336 2337 2338 2339 2340 2341 2342 2343 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2336 class GetTokenResponse < Struct.new( :app_id, :challenge_code, :session_id, :ttl) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
2336 2337 2338 2339 2340 2341 2342 2343 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2336 class GetTokenResponse < Struct.new( :app_id, :challenge_code, :session_id, :ttl) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ String
2336 2337 2338 2339 2340 2341 2342 2343 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2336 class GetTokenResponse < Struct.new( :app_id, :challenge_code, :session_id, :ttl) SENSITIVE = [] include Aws::Structure end |