Class: Aws::IoTThingsGraph::Types::GetSystemTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetSystemTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ Types::SystemTemplateDescription
An object that contains summary data about the system.
Instance Attribute Details
#description ⇒ Types::SystemTemplateDescription
An object that contains summary data about the system.
752 753 754 755 756 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 752 class GetSystemTemplateResponse < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |