Class: Aws::Appflow::Types::SourceFieldProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SourceFieldProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
The properties that can be applied to a field when the connector is being used as a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_queryable ⇒ Boolean
Indicates if the field can be queried.
-
#is_retrievable ⇒ Boolean
Indicates whether the field can be returned in a search result.
-
#is_timestamp_field_for_incremental_queries ⇒ Boolean
Indicates if this timestamp field can be used for incremental queries.
Instance Attribute Details
#is_queryable ⇒ Boolean
Indicates if the field can be queried.
4768 4769 4770 4771 4772 4773 4774 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4768 class SourceFieldProperties < Struct.new( :is_retrievable, :is_queryable, :is_timestamp_field_for_incremental_queries) SENSITIVE = [] include Aws::Structure end |
#is_retrievable ⇒ Boolean
Indicates whether the field can be returned in a search result.
4768 4769 4770 4771 4772 4773 4774 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4768 class SourceFieldProperties < Struct.new( :is_retrievable, :is_queryable, :is_timestamp_field_for_incremental_queries) SENSITIVE = [] include Aws::Structure end |
#is_timestamp_field_for_incremental_queries ⇒ Boolean
Indicates if this timestamp field can be used for incremental queries.
4768 4769 4770 4771 4772 4773 4774 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4768 class SourceFieldProperties < Struct.new( :is_retrievable, :is_queryable, :is_timestamp_field_for_incremental_queries) SENSITIVE = [] include Aws::Structure end |