Class: Aws::WellArchitected::Types::Roi

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

Overview

A return-on-investment estimate with context.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailString

A sentence providing context for the estimate.

Returns:

  • (String)


7166
7167
7168
7169
7170
7171
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7166

class Roi < Struct.new(
  :estimate,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#estimateString

A short statistic or key metric. Optional when there is no quantifiable figure.

Returns:

  • (String)


7166
7167
7168
7169
7170
7171
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7166

class Roi < Struct.new(
  :estimate,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end