Class: Aws::IoTThingsGraph::Types::GetSystemTemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionTypes::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