Class: Aws::IoTTwinMaker::Types::UpdatePricingPlanRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_namesArray<String>

The bundle names.

Returns:

  • (Array<String>)


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_modeString

The pricing mode.

Returns:

  • (String)


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