Class: Aws::Types::AwsProductDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:amount, :optimized_amount, :potential_savings_amount])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::String

Returns the value of attribute amount.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def amount
  @amount
end

#categories::Array[::String]

Returns the value of attribute categories.

Returns:

  • (::Array[::String])


146
147
148
# File 'sig/types.rbs', line 146

def categories
  @categories
end

#optimizations::Array[Types::AwsProductOptimization]

Returns the value of attribute optimizations.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def optimizations
  @optimizations
end

#optimized_amount::String

Returns the value of attribute optimized_amount.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def service_code
  @service_code
end