Class: Aws::Glue::Types::StatisticAnnotation

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

Overview

A Statistic Annotation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inclusion_annotationTypes::TimestampedInclusionAnnotation

The inclusion annotation applied to the statistic.



21883
21884
21885
21886
21887
21888
21889
21890
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21883

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

#profile_idString

The Profile ID.

Returns:

  • (String)


21883
21884
21885
21886
21887
21888
21889
21890
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21883

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

#statistic_idString

The Statistic ID.

Returns:

  • (String)


21883
21884
21885
21886
21887
21888
21889
21890
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21883

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

#statistic_recorded_onTime

The timestamp when the annotated statistic was recorded.

Returns:

  • (Time)


21883
21884
21885
21886
21887
21888
21889
21890
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21883

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