Class: Aws::IoTThingsGraph::Types::CreateSystemInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::CreateSystemInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary ⇒ Types::SystemInstanceSummary
The summary object that describes the new system instance.
Instance Attribute Details
#summary ⇒ Types::SystemInstanceSummary
The summary object that describes the new system instance.
123 124 125 126 127 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 123 class CreateSystemInstanceResponse < Struct.new( :summary) SENSITIVE = [] include Aws::Structure end |