Class: Aws::Types::DimensionalPriceRate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def description
  @description
end

#dimension::String

Returns the value of attribute dimension.

Returns:

  • (::String)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def dimension
  @dimension
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def price
  @price
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def unit
  @unit
end