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)


557
558
559
# File 'sig/types.rbs', line 557

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")


556
557
558
# File 'sig/types.rbs', line 556

def pricing_unit_type
  @pricing_unit_type
end