Class: Aws::ComputeOptimizer::Types::ReasonCodeSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb

Overview

A summary of a finding reason code.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the finding reason code.

Returns:

  • (String)


5127
5128
5129
5130
5131
5132
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5127

class ReasonCodeSummary < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value of the finding reason code summary.

Returns:

  • (Float)


5127
5128
5129
5130
5131
5132
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5127

class ReasonCodeSummary < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end