Class: Aws::IoTThingsGraph::Types::UpdateSystemTemplateResponse

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

An object containing summary information about the updated system.



1656
1657
1658
1659
1660
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1656

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