Class: Aws::AmplifyUIBuilder::Types::ExchangeCodeForTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ExchangeCodeForTokenRequest
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider ⇒ String
The third-party provider for the token.
-
#request ⇒ Types::ExchangeCodeForTokenRequestBody
Describes the configuration of the request.
Instance Attribute Details
#provider ⇒ String
The third-party provider for the token. The only valid value is
figma
.
1404 1405 1406 1407 1408 1409 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1404 class ExchangeCodeForTokenRequest < Struct.new( :provider, :request) SENSITIVE = [] include Aws::Structure end |
#request ⇒ Types::ExchangeCodeForTokenRequestBody
Describes the configuration of the request.
1404 1405 1406 1407 1408 1409 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 1404 class ExchangeCodeForTokenRequest < Struct.new( :provider, :request) SENSITIVE = [] include Aws::Structure end |