Class: Aws::IoTThingsGraph::Types::CreateSystemTemplateResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#summaryTypes::SystemTemplateSummary

The summary object that describes the created system.



150
151
152
153
154
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 150

class CreateSystemTemplateResponse < Struct.new(
  :summary)
  SENSITIVE = []
  include Aws::Structure
end