Class: Aws::WellArchitected::Types::Roi
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::Roi
- 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
-
#detail ⇒ String
A sentence providing context for the estimate.
-
#estimate ⇒ String
A short statistic or key metric.
Instance Attribute Details
#detail ⇒ String
A sentence providing context for the estimate.
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 |
#estimate ⇒ String
A short statistic or key metric. Optional when there is no quantifiable figure.
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 |