Class: Aws::BillingConductor::Types::UpdatePricingPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::UpdatePricingPlanOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated pricing plan.
-
#description ⇒ String
The new description for the pricing rule.
-
#last_modified_time ⇒ Integer
The most recent time when the pricing plan was modified.
-
#name ⇒ String
The name of the pricing plan.
-
#size ⇒ Integer
The pricing rules count that’s currently associated with this pricing plan list.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated pricing plan.
2833 2834 2835 2836 2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2833 class UpdatePricingPlanOutput < Struct.new( :arn, :name, :description, :size, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The new description for the pricing rule.
2833 2834 2835 2836 2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2833 class UpdatePricingPlanOutput < Struct.new( :arn, :name, :description, :size, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |
#last_modified_time ⇒ Integer
The most recent time when the pricing plan was modified.
2833 2834 2835 2836 2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2833 class UpdatePricingPlanOutput < Struct.new( :arn, :name, :description, :size, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the pricing plan. The name must be unique to each pricing plan.
2833 2834 2835 2836 2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2833 class UpdatePricingPlanOutput < Struct.new( :arn, :name, :description, :size, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |
#size ⇒ Integer
The pricing rules count that’s currently associated with this pricing plan list.
2833 2834 2835 2836 2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2833 class UpdatePricingPlanOutput < Struct.new( :arn, :name, :description, :size, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |