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)


2454
2455
2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2454

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)


2454
2455
2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2454

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:



2454
2455
2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2454

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)


2454
2455
2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2454

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)


2454
2455
2456
2457
2458
2459
2460
2461
2462
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2454

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