Class: Aws::Types::AwsProductDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsProductDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
-
#optimizations ⇒ ::Array[Types::AwsProductOptimization]
Returns the value of attribute optimizations.
-
#optimized_amount ⇒ ::String
Returns the value of attribute optimized_amount.
-
#potential_savings_amount ⇒ ::String
Returns the value of attribute potential_savings_amount.
-
#product_code ⇒ ::String
Returns the value of attribute product_code.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#amount ⇒ ::String
Returns the value of attribute amount.
147 148 149 |
# File 'sig/types.rbs', line 147 def amount @amount end |
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
146 147 148 |
# File 'sig/types.rbs', line 146 def categories @categories end |
#optimizations ⇒ ::Array[Types::AwsProductOptimization]
Returns the value of attribute optimizations.
150 151 152 |
# File 'sig/types.rbs', line 150 def optimizations @optimizations end |
#optimized_amount ⇒ ::String
Returns the value of attribute optimized_amount.
148 149 150 |
# File 'sig/types.rbs', line 148 def optimized_amount @optimized_amount end |
#potential_savings_amount ⇒ ::String
Returns the value of attribute potential_savings_amount.
149 150 151 |
# File 'sig/types.rbs', line 149 def potential_savings_amount @potential_savings_amount end |
#product_code ⇒ ::String
Returns the value of attribute product_code.
144 145 146 |
# File 'sig/types.rbs', line 144 def product_code @product_code end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
145 146 147 |
# File 'sig/types.rbs', line 145 def service_code @service_code end |