Class: Aws::Glue::Types::EntityConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::EntityConfiguration
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Configuration that defines how to interact with a specific data entity through the REST API, including its access patterns and schema definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema ⇒ Hash<String,Types::FieldDefinition>
The schema definition for this entity, including field names, types, and other metadata that describes the structure of the data.
-
#source_configuration ⇒ Types::SourceConfiguration
The source configuration that defines how to make requests to access this entity's data through the REST API.
Instance Attribute Details
#schema ⇒ Hash<String,Types::FieldDefinition>
The schema definition for this entity, including field names, types, and other metadata that describes the structure of the data.
11172 11173 11174 11175 11176 11177 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11172 class EntityConfiguration < Struct.new( :source_configuration, :schema) SENSITIVE = [] include Aws::Structure end |
#source_configuration ⇒ Types::SourceConfiguration
The source configuration that defines how to make requests to access this entity's data through the REST API.
11172 11173 11174 11175 11176 11177 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11172 class EntityConfiguration < Struct.new( :source_configuration, :schema) SENSITIVE = [] include Aws::Structure end |