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:



1648
1649
1650
1651
1652
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1648

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