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)


678
679
680
# File 'sig/types.rbs', line 678

def description
  @description
end

#dimension_key::String

Returns the value of attribute dimension_key.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def dimension_key
  @dimension_key
end

#dimension_labels::Array[Types::DimensionLabel]

Returns the value of attribute dimension_labels.

Returns:



679
680
681
# File 'sig/types.rbs', line 679

def dimension_labels
  @dimension_labels
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def display_name
  @display_name
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def price
  @price
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def unit
  @unit
end