Class: Aws::IoTThingsGraph::Types::SystemTemplateDescription

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

Overview

An object that contains a system's definition document and summary information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::DefinitionDocument

The definition document of a system.



1418
1419
1420
1421
1422
1423
1424
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1418

class SystemTemplateDescription < Struct.new(
  :summary,
  :definition,
  :validated_namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#summaryTypes::SystemTemplateSummary

An object that contains summary information about a system.



1418
1419
1420
1421
1422
1423
1424
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1418

class SystemTemplateDescription < Struct.new(
  :summary,
  :definition,
  :validated_namespace_version)
  SENSITIVE = []
  include Aws::Structure
end

#validated_namespace_versionInteger

The namespace version against which the system was validated. Use this value in your system instance.

Returns:

  • (Integer)


1418
1419
1420
1421
1422
1423
1424
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1418

class SystemTemplateDescription < Struct.new(
  :summary,
  :definition,
  :validated_namespace_version)
  SENSITIVE = []
  include Aws::Structure
end