Class: Aws::Types::PricingUnit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def display_name
  @display_name
end

#pricing_unit_type"USERS", ...

Returns the value of attribute pricing_unit_type.

Returns:

  • ("USERS", "HOSTS", "BANDWIDTH", "DATA", "TIERS", "REQUESTS", "UNITS")


594
595
596
# File 'sig/types.rbs', line 594

def pricing_unit_type
  @pricing_unit_type
end