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
2001 |
# File 'sig/client.rbs', line 2001
def created_on: () -> ::Time
|
#data_quality_security_configuration ⇒ ::String
2004 |
# File 'sig/client.rbs', line 2004
def data_quality_security_configuration: () -> ::String
|
#description ⇒ ::String
1998 |
# File 'sig/client.rbs', line 1998
def description: () -> ::String
|
#last_modified_on ⇒ ::Time
2002 |
# File 'sig/client.rbs', line 2002
def last_modified_on: () -> ::Time
|
#name ⇒ ::String
1997 |
# File 'sig/client.rbs', line 1997
def name: () -> ::String
|
#recommendation_run_id ⇒ ::String
2003 |
# File 'sig/client.rbs', line 2003
def recommendation_run_id: () -> ::String
|
#ruleset ⇒ ::String
1999 |
# File 'sig/client.rbs', line 1999
def ruleset: () -> ::String
|
#target_table ⇒ Types::DataQualityTargetTable
2000 |
# File 'sig/client.rbs', line 2000
def target_table: () -> Types::DataQualityTargetTable
|