Class: Aws::Types::GetInsightRuleReportOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_value::Float

Returns the value of attribute aggregate_value.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



437
438
439
# File 'sig/types.rbs', line 437

def contributors
  @contributors
end

#key_labels::Array[::String]

Returns the value of attribute key_labels.

Returns:

  • (::Array[::String])


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.

Returns:



438
439
440
# File 'sig/types.rbs', line 438

def metric_datapoints
  @metric_datapoints
end