Class: Aws::Appflow::Types::DescribeConnectorEntityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_versionString

The version of the API that's used by the connector.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
1792
# File 'gems/aws-sdk-appflow/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_nameString

The entity name for that connector.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
1792
# File 'gems/aws-sdk-appflow/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_nameString

The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
1792
# File 'gems/aws-sdk-appflow/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_typeString

The type of connector application, such as Salesforce, Amplitude, and so on.

Returns:

  • (String)


1785
1786
1787
1788
1789
1790
1791
1792
# File 'gems/aws-sdk-appflow/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