Class: Aws::Types::InsightRuleMetricDatapoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#average::Float

Returns the value of attribute average.

Returns:

  • (::Float)


547
548
549
# File 'sig/types.rbs', line 547

def average
  @average
end

#max_contributor_value::Float

Returns the value of attribute max_contributor_value.

Returns:

  • (::Float)


545
546
547
# File 'sig/types.rbs', line 545

def max_contributor_value
  @max_contributor_value
end

#maximum::Float

Returns the value of attribute maximum.

Returns:

  • (::Float)


550
551
552
# File 'sig/types.rbs', line 550

def maximum
  @maximum
end

#minimum::Float

Returns the value of attribute minimum.

Returns:

  • (::Float)


549
550
551
# File 'sig/types.rbs', line 549

def minimum
  @minimum
end

#sample_count::Float

Returns the value of attribute sample_count.

Returns:

  • (::Float)


546
547
548
# File 'sig/types.rbs', line 546

def sample_count
  @sample_count
end

#sum::Float

Returns the value of attribute sum.

Returns:

  • (::Float)


548
549
550
# File 'sig/types.rbs', line 548

def sum
  @sum
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


543
544
545
# File 'sig/types.rbs', line 543

def timestamp
  @timestamp
end

#unique_contributors::Float

Returns the value of attribute unique_contributors.

Returns:

  • (::Float)


544
545
546
# File 'sig/types.rbs', line 544

def unique_contributors
  @unique_contributors
end