Class: Aws::Appflow::Types::DescribeConnectorEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DescribeConnectorEntityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_version ⇒ String
The version of the API that’s used by the connector.
-
#connector_entity_name ⇒ String
The entity name for that connector.
-
#connector_profile_name ⇒ String
The name of the connector profile.
-
#connector_type ⇒ String
The type of connector application, such as Salesforce, Amplitude, and so on.
Instance Attribute Details
#api_version ⇒ String
The version of the API that’s used by the connector.
1785 1786 1787 1788 1789 1790 1791 1792 |
# File 'lib/aws-sdk-appflow/types.rb', line 1785 class DescribeConnectorEntityRequest < Struct.new( :connector_entity_name, :connector_type, :connector_profile_name, :api_version) SENSITIVE = [] include Aws::Structure end |
#connector_entity_name ⇒ String
The entity name for that connector.
1785 1786 1787 1788 1789 1790 1791 1792 |
# File 'lib/aws-sdk-appflow/types.rb', line 1785 class DescribeConnectorEntityRequest < Struct.new( :connector_entity_name, :connector_type, :connector_profile_name, :api_version) SENSITIVE = [] include Aws::Structure end |
#connector_profile_name ⇒ String
The name of the connector profile. The name is unique for each ‘ConnectorProfile` in the Amazon Web Services account.
1785 1786 1787 1788 1789 1790 1791 1792 |
# File 'lib/aws-sdk-appflow/types.rb', line 1785 class DescribeConnectorEntityRequest < Struct.new( :connector_entity_name, :connector_type, :connector_profile_name, :api_version) SENSITIVE = [] include Aws::Structure end |
#connector_type ⇒ String
The type of connector application, such as Salesforce, Amplitude, and so on.
1785 1786 1787 1788 1789 1790 1791 1792 |
# File 'lib/aws-sdk-appflow/types.rb', line 1785 class DescribeConnectorEntityRequest < Struct.new( :connector_entity_name, :connector_type, :connector_profile_name, :api_version) SENSITIVE = [] include Aws::Structure end |