Class: Aws::IoTThingsGraph::Types::CreateSystemInstanceResponse

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::SystemInstanceSummary

The summary object that describes the new system instance.



123
124
125
126
127
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 123

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