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

#billable_entity_count::Integer

Returns the value of attribute billable_entity_count.

Returns:

  • (::Integer)


920
921
922
# File 'sig/types.rbs', line 920

def billable_entity_count
  @billable_entity_count
end

#bundle_informationTypes::BundleInformation

Returns the value of attribute bundle_information.



921
922
923
# File 'sig/types.rbs', line 921

def bundle_information
  @bundle_information
end

#effective_date_time::Time

Returns the value of attribute effective_date_time.

Returns:

  • (::Time)


922
923
924
# File 'sig/types.rbs', line 922

def effective_date_time
  @effective_date_time
end

#pricing_mode"BASIC", ...

Returns the value of attribute pricing_mode.

Returns:

  • ("BASIC", "STANDARD", "TIERED_BUNDLE")


923
924
925
# File 'sig/types.rbs', line 923

def pricing_mode
  @pricing_mode
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


924
925
926
# File 'sig/types.rbs', line 924

def update_date_time
  @update_date_time
end

#update_reason"DEFAULT", ...

Returns the value of attribute update_reason.

Returns:

  • ("DEFAULT", "PRICING_TIER_UPDATE", "ENTITY_COUNT_UPDATE", "PRICING_MODE_UPDATE", "OVERWRITTEN")


925
926
927
# File 'sig/types.rbs', line 925

def update_reason
  @update_reason
end