Class: Aws::IoTTwinMaker::Types::PricingPlan
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::PricingPlan
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The pricing plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billable_entity_count ⇒ Integer
The billable entity count.
-
#bundle_information ⇒ Types::BundleInformation
The pricing plan’s bundle information.
-
#effective_date_time ⇒ Time
The effective date and time of the pricing plan.
-
#pricing_mode ⇒ String
The pricing mode.
-
#update_date_time ⇒ Time
The set date and time for updating a pricing plan.
-
#update_reason ⇒ String
The update reason for changing a pricing plan.
Instance Attribute Details
#billable_entity_count ⇒ Integer
The billable entity count.
2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2960 class PricingPlan < Struct.new( :billable_entity_count, :bundle_information, :effective_date_time, :pricing_mode, :update_date_time, :update_reason) SENSITIVE = [] include Aws::Structure end |
#bundle_information ⇒ Types::BundleInformation
The pricing plan’s bundle information.
2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2960 class PricingPlan < Struct.new( :billable_entity_count, :bundle_information, :effective_date_time, :pricing_mode, :update_date_time, :update_reason) SENSITIVE = [] include Aws::Structure end |
#effective_date_time ⇒ Time
The effective date and time of the pricing plan.
2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2960 class PricingPlan < Struct.new( :billable_entity_count, :bundle_information, :effective_date_time, :pricing_mode, :update_date_time, :update_reason) SENSITIVE = [] include Aws::Structure end |
#pricing_mode ⇒ String
The pricing mode.
2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2960 class PricingPlan < Struct.new( :billable_entity_count, :bundle_information, :effective_date_time, :pricing_mode, :update_date_time, :update_reason) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The set date and time for updating a pricing plan.
2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2960 class PricingPlan < Struct.new( :billable_entity_count, :bundle_information, :effective_date_time, :pricing_mode, :update_date_time, :update_reason) SENSITIVE = [] include Aws::Structure end |
#update_reason ⇒ String
The update reason for changing a pricing plan.
2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2960 class PricingPlan < Struct.new( :billable_entity_count, :bundle_information, :effective_date_time, :pricing_mode, :update_date_time, :update_reason) SENSITIVE = [] include Aws::Structure end |