Class: Aws::Glue::Types::EntityConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#schemaHash<String,Types::FieldDefinition>

The schema definition for this entity, including field names, types, and other metadata that describes the structure of the data.

Returns:



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_configurationTypes::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