Class: Aws::Appflow::Types::SalesforceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SalesforceMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector metadata specific to Salesforce.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#o_auth_scopes ⇒ Array<String>
The desired authorization scope for the Salesforce account.
Instance Attribute Details
#o_auth_scopes ⇒ Array<String>
The desired authorization scope for the Salesforce account.
3715 3716 3717 3718 3719 |
# File 'lib/aws-sdk-appflow/types.rb', line 3715 class SalesforceMetadata < Struct.new( :o_auth_scopes) SENSITIVE = [] include Aws::Structure end |