Class: Aws::Types::DataQualityGlueTable

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_options::Hash[::String, ::String]

Returns the value of attribute additional_options.

Returns:

  • (::Hash[::String, ::String])


2031
2032
2033
# File 'sig/types.rbs', line 2031

def additional_options
  @additional_options
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def catalog_id
  @catalog_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def connection_name
  @connection_name
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def database_name
  @database_name
end

#pre_processing_query::String

Returns the value of attribute pre_processing_query.

Returns:

  • (::String)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def pre_processing_query
  @pre_processing_query
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def table_name
  @table_name
end