Class: Aws::IoTThingsGraph::Types::CreateSystemTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::CreateSystemTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary ⇒ Types::SystemTemplateSummary
The summary object that describes the created system.
Instance Attribute Details
#summary ⇒ Types::SystemTemplateSummary
The summary object that describes the created system.
150 151 152 153 154 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 150 class CreateSystemTemplateResponse < Struct.new( :summary) SENSITIVE = [] include Aws::Structure end |