Class: Aws::Types::RateCardItem

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)


640
641
642
# File 'sig/types.rbs', line 640

def description
  @description
end

#dimension_key::String

Returns the value of attribute dimension_key.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def dimension_key
  @dimension_key
end

#dimension_labels::Array[Types::DimensionLabel]

Returns the value of attribute dimension_labels.

Returns:



641
642
643
# File 'sig/types.rbs', line 641

def dimension_labels
  @dimension_labels
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def display_name
  @display_name
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def price
  @price
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def unit
  @unit
end