Class: Aws::IoTThingsGraph::Types::UpdateSystemTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::UpdateSystemTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary ⇒ Types::SystemTemplateSummary
An object containing summary information about the updated system.
Instance Attribute Details
#summary ⇒ Types::SystemTemplateSummary
An object containing summary information about the updated system.
1656 1657 1658 1659 1660 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1656 class UpdateSystemTemplateResponse < Struct.new( :summary) SENSITIVE = [] include Aws::Structure end |