Class: Aws::IoTThingsGraph::Types::SystemTemplateSummary

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

Overview

An object that contains information about a system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the system.

Returns:

  • (String)


1462
1463
1464
1465
1466
1467
1468
1469
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1462

class SystemTemplateSummary < Struct.new(
  :id,
  :arn,
  :revision_number,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date when the system was created.

Returns:

  • (Time)


1462
1463
1464
1465
1466
1467
1468
1469
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1462

class SystemTemplateSummary < Struct.new(
  :id,
  :arn,
  :revision_number,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the system.

Returns:

  • (String)


1462
1463
1464
1465
1466
1467
1468
1469
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1462

class SystemTemplateSummary < Struct.new(
  :id,
  :arn,
  :revision_number,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#revision_numberInteger

The revision number of the system.

Returns:

  • (Integer)


1462
1463
1464
1465
1466
1467
1468
1469
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 1462

class SystemTemplateSummary < Struct.new(
  :id,
  :arn,
  :revision_number,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end