Class: Aws::Types::InsightRuleContributor
- Inherits:
-
Object
- Object
- Aws::Types::InsightRuleContributor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_aggregate_value ⇒ ::Float
Returns the value of attribute approximate_aggregate_value.
-
#datapoints ⇒ ::Array[Types::InsightRuleContributorDatapoint]
Returns the value of attribute datapoints.
-
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
Instance Attribute Details
#approximate_aggregate_value ⇒ ::Float
Returns the value of attribute approximate_aggregate_value.
531 532 533 |
# File 'sig/types.rbs', line 531 def approximate_aggregate_value @approximate_aggregate_value end |
#datapoints ⇒ ::Array[Types::InsightRuleContributorDatapoint]
Returns the value of attribute datapoints.
532 533 534 |
# File 'sig/types.rbs', line 532 def datapoints @datapoints end |
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
530 531 532 |
# File 'sig/types.rbs', line 530 def keys @keys end |