Class: Aws::Glue::Types::CatalogSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies a data store in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#databaseString

The name of the database to read from.

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
2468
2469
2470
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2462

class CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data store.

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
2468
2469
2470
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2462

class CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the catalog source.

Returns:



2462
2463
2464
2465
2466
2467
2468
2469
2470
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2462

class CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#partition_predicateString

Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted.

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
2468
2469
2470
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2462

class CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table in the database to read from.

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
2468
2469
2470
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2462

class CatalogSource < Struct.new(
  :name,
  :database,
  :table,
  :partition_predicate,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end