Class: Aws::Appflow::Types::DescribeConnectorEntityResponse

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

#connector_entity_fieldsArray<Types::ConnectorEntityField>

Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.

Returns:



1802
1803
1804
1805
1806
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1802

class DescribeConnectorEntityResponse < Struct.new(
  :connector_entity_fields)
  SENSITIVE = []
  include Aws::Structure
end