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])


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

def additional_options
  @additional_options
end

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def catalog_id
  @catalog_id
end

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


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

def connection_name
  @connection_name
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def database_name
  @database_name
end

#pre_processing_query::String

Returns the value of attribute pre_processing_query.

Returns:

  • (::String)


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

def pre_processing_query
  @pre_processing_query
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def table_name
  @table_name
end