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 the 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.
97 98 99 100 101 102 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 97 class BundleInformation < Struct.new( :bundle_names, :pricing_tier) SENSITIVE = [] include Aws::Structure end |
#pricing_tier ⇒ String
The pricing tier.
97 98 99 100 101 102 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 97 class BundleInformation < Struct.new( :bundle_names, :pricing_tier) SENSITIVE = [] include Aws::Structure end |