Module: Aws::Glue::Client::_GetDataQualityRulesetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataQualityRulesetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_on ⇒ ::Time
- #data_quality_security_configuration ⇒ ::String
- #description ⇒ ::String
- #last_modified_on ⇒ ::Time
- #name ⇒ ::String
- #recommendation_run_id ⇒ ::String
- #ruleset ⇒ ::String
- #target_table ⇒ Types::DataQualityTargetTable
Instance Method Details
#created_on ⇒ ::Time
2025 |
# File 'sig/client.rbs', line 2025
def created_on: () -> ::Time
|
#data_quality_security_configuration ⇒ ::String
2028 |
# File 'sig/client.rbs', line 2028
def data_quality_security_configuration: () -> ::String
|
#description ⇒ ::String
2022 |
# File 'sig/client.rbs', line 2022
def description: () -> ::String
|
#last_modified_on ⇒ ::Time
2026 |
# File 'sig/client.rbs', line 2026
def last_modified_on: () -> ::Time
|
#name ⇒ ::String
2021 |
# File 'sig/client.rbs', line 2021
def name: () -> ::String
|
#recommendation_run_id ⇒ ::String
2027 |
# File 'sig/client.rbs', line 2027
def recommendation_run_id: () -> ::String
|
#ruleset ⇒ ::String
2023 |
# File 'sig/client.rbs', line 2023
def ruleset: () -> ::String
|
#target_table ⇒ Types::DataQualityTargetTable
2024 |
# File 'sig/client.rbs', line 2024
def target_table: () -> Types::DataQualityTargetTable
|