Class: Aws::BillingConductor::Types::PricingPlanListElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::PricingPlanListElement
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
A representation of a pricing plan.
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#arn ⇒ String
The pricing plan Amazon Resource Names (ARN).
-
#creation_time ⇒ Integer
The time when the pricing plan was created.
-
#description ⇒ String
The pricing plan description.
-
#last_modified_time ⇒ Integer
The most recent time when the pricing plan was modified.
-
#name ⇒ String
The name of a pricing plan.
-
#size ⇒ Integer
The pricing rules count that's currently associated with this pricing plan list element.
Instance Attribute Details
#arn ⇒ String
The pricing plan Amazon Resource Names (ARN). This can be used to uniquely identify a pricing plan.
2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276 class PricingPlanListElement < Struct.new( :name, :arn, :description, :size, :creation_time, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |
#creation_time ⇒ Integer
The time when the pricing plan was created.
2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276 class PricingPlanListElement < Struct.new( :name, :arn, :description, :size, :creation_time, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The pricing plan description.
2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276 class PricingPlanListElement < Struct.new( :name, :arn, :description, :size, :creation_time, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |
#last_modified_time ⇒ Integer
The most recent time when the pricing plan was modified.
2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276 class PricingPlanListElement < Struct.new( :name, :arn, :description, :size, :creation_time, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of a pricing plan.
2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276 class PricingPlanListElement < Struct.new( :name, :arn, :description, :size, :creation_time, :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 element.
2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2276 class PricingPlanListElement < Struct.new( :name, :arn, :description, :size, :creation_time, :last_modified_time) SENSITIVE = [:name, :description] include Aws::Structure end |