Class: Aws::Glue::Types::DQResultsPublishingOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_metrics_enabledBoolean

Enable metrics for your data quality results.

Returns:

  • (Boolean)


6111
6112
6113
6114
6115
6116
6117
6118
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6111

class DQResultsPublishingOptions < Struct.new(
  :evaluation_context,
  :results_s3_prefix,
  :cloud_watch_metrics_enabled,
  :results_publishing_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_contextString

The context of the evaluation.

Returns:

  • (String)


6111
6112
6113
6114
6115
6116
6117
6118
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6111

class DQResultsPublishingOptions < Struct.new(
  :evaluation_context,
  :results_s3_prefix,
  :cloud_watch_metrics_enabled,
  :results_publishing_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#results_publishing_enabledBoolean

Enable publishing for your data quality results.

Returns:

  • (Boolean)


6111
6112
6113
6114
6115
6116
6117
6118
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6111

class DQResultsPublishingOptions < Struct.new(
  :evaluation_context,
  :results_s3_prefix,
  :cloud_watch_metrics_enabled,
  :results_publishing_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#results_s3_prefixString

The Amazon S3 prefix prepended to the results.

Returns:

  • (String)


6111
6112
6113
6114
6115
6116
6117
6118
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6111

class DQResultsPublishingOptions < Struct.new(
  :evaluation_context,
  :results_s3_prefix,
  :cloud_watch_metrics_enabled,
  :results_publishing_enabled)
  SENSITIVE = []
  include Aws::Structure
end