Class: Aws::Glue::Types::StatisticSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StatisticSummary
- Includes:
- Structure
- Defined in:
- 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 a `NameString` and `DescriptionString`.
Instance Attribute Details
#columns_referenced ⇒ Array<String>
The list of columns referenced by the statistic.
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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.
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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`.
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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.
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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.
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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.
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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.
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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.
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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.
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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`
22171 22172 22173 22174 22175 22176 22177 22178 22179 22180 22181 22182 22183 22184 22185 |
# File 'lib/aws-sdk-glue/types.rb', line 22171 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 |