Class: Aws::Types::InsightRuleContributor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_aggregate_value::Float

Returns the value of attribute approximate_aggregate_value.

Returns:

  • (::Float)


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.

Returns:

  • (::Array[::String])


530
531
532
# File 'sig/types.rbs', line 530

def keys
  @keys
end