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

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

#descriptionTypes::SystemTemplateDescription

An object that contains summary data about the system.



752
753
754
755
756
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 752

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