Class: Aws::Types::DQResultsPublishingOptions
- Inherits:
-
Object
- Object
- Aws::Types::DQResultsPublishingOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_metrics_enabled.
-
#evaluation_context ⇒ ::String
Returns the value of attribute evaluation_context.
-
#results_publishing_enabled ⇒ Boolean
Returns the value of attribute results_publishing_enabled.
-
#results_s3_prefix ⇒ ::String
Returns the value of attribute results_s3_prefix.
Instance Attribute Details
#cloud_watch_metrics_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_metrics_enabled.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def cloud_watch_metrics_enabled @cloud_watch_metrics_enabled end |
#evaluation_context ⇒ ::String
Returns the value of attribute evaluation_context.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def evaluation_context @evaluation_context end |
#results_publishing_enabled ⇒ Boolean
Returns the value of attribute results_publishing_enabled.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def results_publishing_enabled @results_publishing_enabled end |
#results_s3_prefix ⇒ ::String
Returns the value of attribute results_s3_prefix.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def results_s3_prefix @results_s3_prefix end |