Class: Aws::Appflow::Types::DescribeConnectorEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DescribeConnectorEntityResponse
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_entity_fields ⇒ Array<Types::ConnectorEntityField>
Describes the fields for that connector entity.
Instance Attribute Details
#connector_entity_fields ⇒ Array<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.
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 |