Class: Aws::Types::StatisticSummary
- Inherits:
-
Object
- Object
- Aws::Types::StatisticSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns_referenced ⇒ ::Array[::String]
Returns the value of attribute columns_referenced.
-
#distribution_value ⇒ Types::DistributionData
Returns the value of attribute distribution_value.
-
#double_value ⇒ ::Float
Returns the value of attribute double_value.
-
#evaluation_level ⇒ "Dataset", ...
Returns the value of attribute evaluation_level.
-
#inclusion_annotation ⇒ Types::TimestampedInclusionAnnotation
Returns the value of attribute inclusion_annotation.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#recorded_on ⇒ ::Time
Returns the value of attribute recorded_on.
-
#referenced_datasets ⇒ ::Array[::String]
Returns the value of attribute referenced_datasets.
-
#run_identifier ⇒ Types::RunIdentifier
Returns the value of attribute run_identifier.
-
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
-
#statistic_name ⇒ ::String
Returns the value of attribute statistic_name.
-
#statistic_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute statistic_properties.
Instance Attribute Details
#columns_referenced ⇒ ::Array[::String]
Returns the value of attribute columns_referenced.
7349 7350 7351 |
# File 'sig/types.rbs', line 7349 def columns_referenced @columns_referenced end |
#distribution_value ⇒ Types::DistributionData
Returns the value of attribute distribution_value.
7347 7348 7349 |
# File 'sig/types.rbs', line 7347 def distribution_value @distribution_value end |
#double_value ⇒ ::Float
Returns the value of attribute double_value.
7346 7347 7348 |
# File 'sig/types.rbs', line 7346 def double_value @double_value end |
#evaluation_level ⇒ "Dataset", ...
Returns the value of attribute evaluation_level.
7348 7349 7350 |
# File 'sig/types.rbs', line 7348 def evaluation_level @evaluation_level end |
#inclusion_annotation ⇒ Types::TimestampedInclusionAnnotation
Returns the value of attribute inclusion_annotation.
7353 7354 7355 |
# File 'sig/types.rbs', line 7353 def inclusion_annotation @inclusion_annotation end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
7343 7344 7345 |
# File 'sig/types.rbs', line 7343 def profile_id @profile_id end |
#recorded_on ⇒ ::Time
Returns the value of attribute recorded_on.
7352 7353 7354 |
# File 'sig/types.rbs', line 7352 def recorded_on @recorded_on end |
#referenced_datasets ⇒ ::Array[::String]
Returns the value of attribute referenced_datasets.
7350 7351 7352 |
# File 'sig/types.rbs', line 7350 def referenced_datasets @referenced_datasets end |
#run_identifier ⇒ Types::RunIdentifier
Returns the value of attribute run_identifier.
7344 7345 7346 |
# File 'sig/types.rbs', line 7344 def run_identifier @run_identifier end |
#statistic_id ⇒ ::String
Returns the value of attribute statistic_id.
7342 7343 7344 |
# File 'sig/types.rbs', line 7342 def statistic_id @statistic_id end |
#statistic_name ⇒ ::String
Returns the value of attribute statistic_name.
7345 7346 7347 |
# File 'sig/types.rbs', line 7345 def statistic_name @statistic_name end |
#statistic_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute statistic_properties.
7351 7352 7353 |
# File 'sig/types.rbs', line 7351 def statistic_properties @statistic_properties end |