Class: Aws::IoTTwinMaker::Types::UpdatePricingPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdatePricingPlanRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bundle_names ⇒ Array<String>
The bundle names.
-
#pricing_mode ⇒ String
The pricing mode.
Instance Attribute Details
#bundle_names ⇒ Array<String>
The bundle names.
2980 2981 2982 2983 2984 2985 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2980 class UpdatePricingPlanRequest < Struct.new( :pricing_mode, :bundle_names) SENSITIVE = [] include Aws::Structure end |
#pricing_mode ⇒ String
The pricing mode.
2980 2981 2982 2983 2984 2985 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2980 class UpdatePricingPlanRequest < Struct.new( :pricing_mode, :bundle_names) SENSITIVE = [] include Aws::Structure end |