Class: Aws::IoTTwinMaker::Types::UpdatePricingPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::UpdatePricingPlanRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
Note:
When making an API call, you may pass UpdatePricingPlanRequest data as a hash:
{
pricing_mode: "BASIC", # required, accepts BASIC, STANDARD, TIERED_BUNDLE
bundle_names: ["BundleName"],
}
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.
4016 4017 4018 4019 4020 4021 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 4016 class UpdatePricingPlanRequest < Struct.new( :pricing_mode, :bundle_names) SENSITIVE = [] include Aws::Structure end |
#pricing_mode ⇒ String
The pricing mode.
4016 4017 4018 4019 4020 4021 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 4016 class UpdatePricingPlanRequest < Struct.new( :pricing_mode, :bundle_names) SENSITIVE = [] include Aws::Structure end |