Class: Aws::AmplifyUIBuilder::Types::ExchangeCodeForTokenRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#providerString

The third-party provider for the token. The only valid value is figma.

Returns:

  • (String)


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

#requestTypes::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