Class: Aws::Types::AwsProductInsights

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:currency_code, :total_amount, :total_optimized_amount, :total_potential_savings_amount])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_products::Array[Types::AwsProductDetails]

Returns the value of attribute aws_products.

Returns:



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.

Returns:

  • ("USD", "EUR", "GBP", "AUD", "CAD", "CNY", "NZD", "INR", "JPY", "CHF", "SEK", "AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV", "BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CDF", "CHE", "CHW", "CLF", "CLP", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK", "DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "FJD", "FKP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL", "HRK", "HTG", "HUF", "IDR", "ILS", "IQD", "IRR", "ISK", "JMD", "JOD", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MXV", "MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT", "TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USN", "UYI", "UYU", "UZS", "VEF", "VND", "VUV", "WST", "XAF", "XCD", "XDR", "XOF", "XPF", "XSU", "XUA", "YER", "ZAR", "ZMW", "ZWL")


155
156
157
# File 'sig/types.rbs', line 155

def currency_code
  @currency_code
end

#frequency"Monthly"

Returns the value of attribute frequency.

Returns:

  • ("Monthly")


156
157
158
# File 'sig/types.rbs', line 156

def frequency
  @frequency
end

#total_amount::String

Returns the value of attribute total_amount.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def total_potential_savings_amount
  @total_potential_savings_amount
end