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
2015 |
# File 'sig/client.rbs', line 2015
def created_on: () -> ::Time
|
#data_quality_security_configuration ⇒ ::String
2018 |
# File 'sig/client.rbs', line 2018
def data_quality_security_configuration: () -> ::String
|
#description ⇒ ::String
2012 |
# File 'sig/client.rbs', line 2012
def description: () -> ::String
|
#last_modified_on ⇒ ::Time
2016 |
# File 'sig/client.rbs', line 2016
def last_modified_on: () -> ::Time
|
#name ⇒ ::String
2011 |
# File 'sig/client.rbs', line 2011
def name: () -> ::String
|
#recommendation_run_id ⇒ ::String
2017 |
# File 'sig/client.rbs', line 2017
def recommendation_run_id: () -> ::String
|
#ruleset ⇒ ::String
2013 |
# File 'sig/client.rbs', line 2013
def ruleset: () -> ::String
|
#target_table ⇒ Types::DataQualityTargetTable
2014 |
# File 'sig/client.rbs', line 2014
def target_table: () -> Types::DataQualityTargetTable
|