Class: Aws::Glue::Types::DQResultsPublishingOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DQResultsPublishingOptions
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Options to configure how your data quality evaluation results are published.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_metrics_enabled ⇒ Boolean
Enable metrics for your data quality results.
-
#evaluation_context ⇒ String
The context of the evaluation.
-
#results_publishing_enabled ⇒ Boolean
Enable publishing for your data quality results.
-
#results_s3_prefix ⇒ String
The Amazon S3 prefix prepended to the results.
Instance Attribute Details
#cloud_watch_metrics_enabled ⇒ Boolean
Enable metrics for your data quality results.
7537 7538 7539 7540 7541 7542 7543 7544 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7537 class DQResultsPublishingOptions < Struct.new( :evaluation_context, :results_s3_prefix, :cloud_watch_metrics_enabled, :results_publishing_enabled) SENSITIVE = [] include Aws::Structure end |
#evaluation_context ⇒ String
The context of the evaluation.
7537 7538 7539 7540 7541 7542 7543 7544 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7537 class DQResultsPublishingOptions < Struct.new( :evaluation_context, :results_s3_prefix, :cloud_watch_metrics_enabled, :results_publishing_enabled) SENSITIVE = [] include Aws::Structure end |
#results_publishing_enabled ⇒ Boolean
Enable publishing for your data quality results.
7537 7538 7539 7540 7541 7542 7543 7544 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7537 class DQResultsPublishingOptions < Struct.new( :evaluation_context, :results_s3_prefix, :cloud_watch_metrics_enabled, :results_publishing_enabled) SENSITIVE = [] include Aws::Structure end |
#results_s3_prefix ⇒ String
The Amazon S3 prefix prepended to the results.
7537 7538 7539 7540 7541 7542 7543 7544 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7537 class DQResultsPublishingOptions < Struct.new( :evaluation_context, :results_s3_prefix, :cloud_watch_metrics_enabled, :results_publishing_enabled) SENSITIVE = [] include Aws::Structure end |