Class: Aws::IoTThingsGraph::Types::FlowExecutionSummary

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 flow execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time when the flow execution summary was created.

Returns:

  • (Time)


489
490
491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 489

class FlowExecutionSummary < Struct.new(
  :flow_execution_id,
  :status,
  :system_instance_id,
  :flow_template_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#flow_execution_idString

The ID of the flow execution.

Returns:

  • (String)


489
490
491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 489

class FlowExecutionSummary < Struct.new(
  :flow_execution_id,
  :status,
  :system_instance_id,
  :flow_template_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#flow_template_idString

The ID of the flow.

Returns:

  • (String)


489
490
491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 489

class FlowExecutionSummary < Struct.new(
  :flow_execution_id,
  :status,
  :system_instance_id,
  :flow_template_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the flow execution.

Returns:

  • (String)


489
490
491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 489

class FlowExecutionSummary < Struct.new(
  :flow_execution_id,
  :status,
  :system_instance_id,
  :flow_template_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#system_instance_idString

The ID of the system instance that contains the flow.

Returns:

  • (String)


489
490
491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 489

class FlowExecutionSummary < Struct.new(
  :flow_execution_id,
  :status,
  :system_instance_id,
  :flow_template_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time when the flow execution summary was last updated.

Returns:

  • (Time)


489
490
491
492
493
494
495
496
497
498
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 489

class FlowExecutionSummary < Struct.new(
  :flow_execution_id,
  :status,
  :system_instance_id,
  :flow_template_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end