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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/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

Instance Attribute Details

#idString

The ID of the workflow or system.

Returns:

  • (String)


248
249
250
251
252
253
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 248

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

#revision_numberInteger

The revision number of the workflow or system.

Returns:

  • (Integer)


248
249
250
251
252
253
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 248

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