Class: Aws::IoTThingsGraph::Types::FlowTemplateSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb

Overview

An object that contains summary information about a workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the workflow.

Returns:

  • (String)


560
561
562
563
564
565
566
567
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 560

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

#created_atTime

The date when the workflow was created.

Returns:

  • (Time)


560
561
562
563
564
565
566
567
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 560

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

#idString

The ID of the workflow.

Returns:

  • (String)


560
561
562
563
564
565
566
567
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 560

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

#revision_numberInteger

The revision number of the workflow.

Returns:

  • (Integer)


560
561
562
563
564
565
566
567
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 560

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