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.
3913 3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3913 class UpdatePricingPlanRequest < Struct.new( :pricing_mode, :bundle_names) SENSITIVE = [] include Aws::Structure end |
#pricing_mode ⇒ String
The pricing mode.
3913 3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3913 class UpdatePricingPlanRequest < Struct.new( :pricing_mode, :bundle_names) SENSITIVE = [] include Aws::Structure end |