Class: Aws::IoTTwinMaker::Types::BundleInformation

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

Overview

Information about the pricing bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_namesArray<String>

The bundle names.

Returns:

  • (Array<String>)


97
98
99
100
101
102
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 97

class BundleInformation < Struct.new(
  :bundle_names,
  :pricing_tier)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_tierString

The pricing tier.

Returns:

  • (String)


97
98
99
100
101
102
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 97

class BundleInformation < Struct.new(
  :bundle_names,
  :pricing_tier)
  SENSITIVE = []
  include Aws::Structure
end