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)


735
736
737
# File 'sig/types.rbs', line 735

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def name
  @name
end

#output_schemas::Array[Types::GlueSchema]

Returns the value of attribute output_schemas.

Returns:



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

def output_schemas
  @output_schemas
end

#partition_predicate::String

Returns the value of attribute partition_predicate.

Returns:

  • (::String)


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

def partition_predicate
  @partition_predicate
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def table
  @table
end