Class: Aws::Types::PricingPlan

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)


421
422
423
# File 'sig/types.rbs', line 421

def description
  @description
end

#discount_applies_to_minimum_chargeBoolean

Returns the value of attribute discount_applies_to_minimum_charge.

Returns:

  • (Boolean)


425
426
427
# File 'sig/types.rbs', line 425

def discount_applies_to_minimum_charge
  @discount_applies_to_minimum_charge
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


423
424
425
# File 'sig/types.rbs', line 423

def end_date
  @end_date
end

#minimum_charge::String

Returns the value of attribute minimum_charge.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def minimum_charge
  @minimum_charge
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def name
  @name
end

#plan_discount_percent::String

Returns the value of attribute plan_discount_percent.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def plan_discount_percent
  @plan_discount_percent
end

#pricing_plan_id::String

Returns the value of attribute pricing_plan_id.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def pricing_plan_id
  @pricing_plan_id
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


422
423
424
# File 'sig/types.rbs', line 422

def start_date
  @start_date
end

#tiered::String

Returns the value of attribute tiered.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def tiered
  @tiered
end

#tiers::Array[Types::PricingPlanTier]

Returns the value of attribute tiers.

Returns:



428
429
430
# File 'sig/types.rbs', line 428

def tiers
  @tiers
end