Class: Aws::IoTThingsGraph::Types::GetSystemTemplateRequest

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

#idString

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME

Returns:

  • (String)


741
742
743
744
745
746
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 741

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

#revision_numberInteger

The number that specifies the revision of the system to get.

Returns:

  • (Integer)


741
742
743
744
745
746
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 741

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