Class: Aws::Types::GetInsightRuleReportOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetInsightRuleReportOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregate_value ⇒ ::Float
Returns the value of attribute aggregate_value.
-
#aggregation_statistic ⇒ ::String
Returns the value of attribute aggregation_statistic.
-
#approximate_unique_count ⇒ ::Integer
Returns the value of attribute approximate_unique_count.
-
#contributors ⇒ ::Array[Types::InsightRuleContributor]
Returns the value of attribute contributors.
-
#key_labels ⇒ ::Array[::String]
Returns the value of attribute key_labels.
-
#metric_datapoints ⇒ ::Array[Types::InsightRuleMetricDatapoint]
Returns the value of attribute metric_datapoints.
Instance Attribute Details
#aggregate_value ⇒ ::Float
Returns the value of attribute aggregate_value.
435 436 437 |
# File 'sig/types.rbs', line 435 def aggregate_value @aggregate_value end |
#aggregation_statistic ⇒ ::String
Returns the value of attribute aggregation_statistic.
434 435 436 |
# File 'sig/types.rbs', line 434 def aggregation_statistic @aggregation_statistic end |
#approximate_unique_count ⇒ ::Integer
Returns the value of attribute approximate_unique_count.
436 437 438 |
# File 'sig/types.rbs', line 436 def approximate_unique_count @approximate_unique_count end |
#contributors ⇒ ::Array[Types::InsightRuleContributor]
Returns the value of attribute contributors.
437 438 439 |
# File 'sig/types.rbs', line 437 def contributors @contributors end |
#key_labels ⇒ ::Array[::String]
Returns the value of attribute key_labels.
433 434 435 |
# File 'sig/types.rbs', line 433 def key_labels @key_labels end |
#metric_datapoints ⇒ ::Array[Types::InsightRuleMetricDatapoint]
Returns the value of attribute metric_datapoints.
438 439 440 |
# File 'sig/types.rbs', line 438 def metric_datapoints @metric_datapoints end |