Class: Aws::Types::DataQualityGlueTable
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityGlueTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#pre_processing_query ⇒ ::String
Returns the value of attribute pre_processing_query.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def @additional_options end |
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
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.
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.
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.
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.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def table_name @table_name end |