You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTThingsGraph::Types::DependencyRevision

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object that contains the ID and revision number of a workflow or system that is part of a deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the workflow or system.

Returns:

  • (String)

    The ID of the workflow or system.

#revision_numberInteger

The revision number of the workflow or system.

Returns:

  • (Integer)

    The revision number of the workflow or system.