Class: Aws::Types::PricingModel

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)


551
552
553
# File 'sig/types.rbs', line 551

def display_name
  @display_name
end

#pricing_model_type"USAGE", ...

Returns the value of attribute pricing_model_type.

Returns:

  • ("USAGE", "CONTRACT", "BYOL", "FREE")


550
551
552
# File 'sig/types.rbs', line 550

def pricing_model_type
  @pricing_model_type
end