Class: Aws::Types::AwsProductInsights
- Inherits:
-
Object
- Object
- Aws::Types::AwsProductInsights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_products ⇒ ::Array[Types::AwsProductDetails]
Returns the value of attribute aws_products.
-
#currency_code ⇒ "USD", ...
Returns the value of attribute currency_code.
-
#frequency ⇒ "Monthly"
Returns the value of attribute frequency.
-
#total_amount ⇒ ::String
Returns the value of attribute total_amount.
-
#total_amount_by_category ⇒ ::Hash[::String, ::String]
Returns the value of attribute total_amount_by_category.
-
#total_optimized_amount ⇒ ::String
Returns the value of attribute total_optimized_amount.
-
#total_potential_savings_amount ⇒ ::String
Returns the value of attribute total_potential_savings_amount.
Instance Attribute Details
#aws_products ⇒ ::Array[Types::AwsProductDetails]
Returns the value of attribute aws_products.
161 162 163 |
# File 'sig/types.rbs', line 161 def aws_products @aws_products end |
#currency_code ⇒ "USD", ...
Returns the value of attribute currency_code.
155 156 157 |
# File 'sig/types.rbs', line 155 def currency_code @currency_code end |
#frequency ⇒ "Monthly"
Returns the value of attribute frequency.
156 157 158 |
# File 'sig/types.rbs', line 156 def frequency @frequency end |
#total_amount ⇒ ::String
Returns the value of attribute total_amount.
157 158 159 |
# File 'sig/types.rbs', line 157 def total_amount @total_amount end |
#total_amount_by_category ⇒ ::Hash[::String, ::String]
Returns the value of attribute total_amount_by_category.
160 161 162 |
# File 'sig/types.rbs', line 160 def total_amount_by_category @total_amount_by_category end |
#total_optimized_amount ⇒ ::String
Returns the value of attribute total_optimized_amount.
158 159 160 |
# File 'sig/types.rbs', line 158 def total_optimized_amount @total_optimized_amount end |
#total_potential_savings_amount ⇒ ::String
Returns the value of attribute total_potential_savings_amount.
159 160 161 |
# File 'sig/types.rbs', line 159 def total_potential_savings_amount @total_potential_savings_amount end |