Class: Aws::IoTThingsGraph::Types::GetSystemTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::GetSystemTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the system to get.
-
#revision_number ⇒ Integer
The number that specifies the revision of the system to get.
Instance Attribute Details
#id ⇒ String
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`
741 742 743 744 745 746 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 741 class GetSystemTemplateRequest < Struct.new( :id, :revision_number) SENSITIVE = [] include Aws::Structure end |
#revision_number ⇒ Integer
The number that specifies the revision of the system to get.
741 742 743 744 745 746 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 741 class GetSystemTemplateRequest < Struct.new( :id, :revision_number) SENSITIVE = [] include Aws::Structure end |