Class: Aws::Types::PricingPlan
- Inherits:
-
Object
- Object
- Aws::Types::PricingPlan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billable_entity_count ⇒ ::Integer
Returns the value of attribute billable_entity_count.
-
#bundle_information ⇒ Types::BundleInformation
Returns the value of attribute bundle_information.
-
#effective_date_time ⇒ ::Time
Returns the value of attribute effective_date_time.
-
#pricing_mode ⇒ "BASIC", ...
Returns the value of attribute pricing_mode.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
-
#update_reason ⇒ "DEFAULT", ...
Returns the value of attribute update_reason.
Instance Attribute Details
#billable_entity_count ⇒ ::Integer
Returns the value of attribute billable_entity_count.
920 921 922 |
# File 'sig/types.rbs', line 920 def billable_entity_count @billable_entity_count end |
#bundle_information ⇒ Types::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.
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.
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.
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.
925 926 927 |
# File 'sig/types.rbs', line 925 def update_reason @update_reason end |