Class: Aws::Glue::Types::DatapointInclusionAnnotation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

An Inclusion Annotation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inclusion_annotationString

The inclusion annotation value to apply to the statistic.

Returns:

  • (String)


7356
7357
7358
7359
7360
7361
7362
# File 'lib/aws-sdk-glue/types.rb', line 7356

class DatapointInclusionAnnotation < Struct.new(
  :profile_id,
  :statistic_id,
  :inclusion_annotation)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The ID of the data quality profile the statistic belongs to.

Returns:

  • (String)


7356
7357
7358
7359
7360
7361
7362
# File 'lib/aws-sdk-glue/types.rb', line 7356

class DatapointInclusionAnnotation < Struct.new(
  :profile_id,
  :statistic_id,
  :inclusion_annotation)
  SENSITIVE = []
  include Aws::Structure
end

#statistic_idString

The Statistic ID.

Returns:

  • (String)


7356
7357
7358
7359
7360
7361
7362
# File 'lib/aws-sdk-glue/types.rb', line 7356

class DatapointInclusionAnnotation < Struct.new(
  :profile_id,
  :statistic_id,
  :inclusion_annotation)
  SENSITIVE = []
  include Aws::Structure
end