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
1989 |
# File 'sig/client.rbs', line 1989
def created_on: () -> ::Time
|
#data_quality_security_configuration ⇒ ::String
1992 |
# File 'sig/client.rbs', line 1992
def data_quality_security_configuration: () -> ::String
|
#description ⇒ ::String
1986 |
# File 'sig/client.rbs', line 1986
def description: () -> ::String
|
#last_modified_on ⇒ ::Time
1990 |
# File 'sig/client.rbs', line 1990
def last_modified_on: () -> ::Time
|
#name ⇒ ::String
1985 |
# File 'sig/client.rbs', line 1985
def name: () -> ::String
|
#recommendation_run_id ⇒ ::String
1991 |
# File 'sig/client.rbs', line 1991
def recommendation_run_id: () -> ::String
|
#ruleset ⇒ ::String
1987 |
# File 'sig/client.rbs', line 1987
def ruleset: () -> ::String
|
#target_table ⇒ Types::DataQualityTargetTable
1988 |
# File 'sig/client.rbs', line 1988
def target_table: () -> Types::DataQualityTargetTable
|