Class: Aws::Types::CatalogSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def output_schemas
  @output_schemas
end

#partition_predicate::String

Returns the value of attribute partition_predicate.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def partition_predicate
  @partition_predicate
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def table
  @table
end