Class: Aws::Glue::Types::StatisticSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StatisticSummary
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Summary information about a statistic.
Constant Summary collapse
- SENSITIVE =
[:statistic_properties]
Instance Attribute Summary collapse
-
#columns_referenced ⇒ Array<String>
The list of columns referenced by the statistic.
-
#double_value ⇒ Float
The value of the statistic.
-
#evaluation_level ⇒ String
The evaluation level of the statistic.
-
#inclusion_annotation ⇒ Types::TimestampedInclusionAnnotation
The inclusion annotation for the statistic.
-
#profile_id ⇒ String
The Profile ID.
-
#recorded_on ⇒ Time
The timestamp when the statistic was recorded.
-
#referenced_datasets ⇒ Array<String>
The list of datasets referenced by the statistic.
-
#run_identifier ⇒ Types::RunIdentifier
The Run Identifier.
-
#statistic_id ⇒ String
The Statistic ID.
-
#statistic_name ⇒ String
The name of the statistic.
-
#statistic_properties ⇒ Hash<String,String>
A
StatisticPropertiesMap
, which contains aNameString
andDescriptionString
.
Instance Attribute Details
#columns_referenced ⇒ Array<String>
The list of columns referenced by the statistic.
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#double_value ⇒ Float
The value of the statistic.
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#evaluation_level ⇒ String
The evaluation level of the statistic. Possible values: Dataset
,
Column
, Multicolumn
.
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#inclusion_annotation ⇒ Types::TimestampedInclusionAnnotation
The inclusion annotation for the statistic.
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#profile_id ⇒ String
The Profile ID.
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#recorded_on ⇒ Time
The timestamp when the statistic was recorded.
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#referenced_datasets ⇒ Array<String>
The list of datasets referenced by the statistic.
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#run_identifier ⇒ Types::RunIdentifier
The Run Identifier
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#statistic_id ⇒ String
The Statistic ID.
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#statistic_name ⇒ String
The name of the statistic.
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#statistic_properties ⇒ Hash<String,String>
A StatisticPropertiesMap
, which contains a NameString
and
DescriptionString
24499 24500 24501 24502 24503 24504 24505 24506 24507 24508 24509 24510 24511 24512 24513 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24499 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |