Class: Aws::IoTTwinMaker::Types::BundleInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::BundleInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
Information about pricing bundle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bundle_names ⇒ Array<String>
The bundle names.
-
#pricing_tier ⇒ String
The pricing tier.
Instance Attribute Details
#bundle_names ⇒ Array<String>
The bundle names.
144 145 146 147 148 149 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 144 class BundleInformation < Struct.new( :bundle_names, :pricing_tier) SENSITIVE = [] include Aws::Structure end |
#pricing_tier ⇒ String
The pricing tier.
144 145 146 147 148 149 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 144 class BundleInformation < Struct.new( :bundle_names, :pricing_tier) SENSITIVE = [] include Aws::Structure end |