Class: Aws::IoTThingsGraph::Types::DependencyRevision
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::DependencyRevision
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Overview
An object that contains the ID and revision number of a workflow or system that is part of a deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the workflow or system.
-
#revision_number ⇒ Integer
The revision number of the workflow or system.
Instance Attribute Details
#id ⇒ String
The ID of the workflow or system.
248 249 250 251 252 253 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 248 class DependencyRevision < Struct.new( :id, :revision_number) SENSITIVE = [] include Aws::Structure end |
#revision_number ⇒ Integer
The revision number of the workflow or system.
248 249 250 251 252 253 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 248 class DependencyRevision < Struct.new( :id, :revision_number) SENSITIVE = [] include Aws::Structure end |