Class: Aws::Appflow::Types::CustomConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::CustomConnectorProfileProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The profile properties required by the custom connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#o_auth_2_properties ⇒ Types::OAuth2Properties
The OAuth 2.0 properties required for OAuth 2.0 authentication.
-
#profile_properties ⇒ Hash<String,String>
A map of properties that are required to create a profile for the custom connector.
Instance Attribute Details
#o_auth_2_properties ⇒ Types::OAuth2Properties
The OAuth 2.0 properties required for OAuth 2.0 authentication.
1562 1563 1564 1565 1566 1567 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1562 class CustomConnectorProfileProperties < Struct.new( :profile_properties, :o_auth_2_properties) SENSITIVE = [] include Aws::Structure end |
#profile_properties ⇒ Hash<String,String>
A map of properties that are required to create a profile for the custom connector.
1562 1563 1564 1565 1566 1567 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1562 class CustomConnectorProfileProperties < Struct.new( :profile_properties, :o_auth_2_properties) SENSITIVE = [] include Aws::Structure end |