Class: Aws::States::Types::MapRunListItem

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Contains details about a specific Map Run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_arnString

The ‘executionArn` of the execution from which the Map Run was started.

Returns:

  • (String)


2906
2907
2908
2909
2910
2911
2912
2913
2914
# File 'lib/aws-sdk-states/types.rb', line 2906

class MapRunListItem < Struct.new(
  :execution_arn,
  :map_run_arn,
  :state_machine_arn,
  :start_date,
  :stop_date)
  SENSITIVE = []
  include Aws::Structure
end

#map_run_arnString

The Amazon Resource Name (ARN) of the Map Run.

Returns:

  • (String)


2906
2907
2908
2909
2910
2911
2912
2913
2914
# File 'lib/aws-sdk-states/types.rb', line 2906

class MapRunListItem < Struct.new(
  :execution_arn,
  :map_run_arn,
  :state_machine_arn,
  :start_date,
  :stop_date)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

The date on which the Map Run started.

Returns:

  • (Time)


2906
2907
2908
2909
2910
2911
2912
2913
2914
# File 'lib/aws-sdk-states/types.rb', line 2906

class MapRunListItem < Struct.new(
  :execution_arn,
  :map_run_arn,
  :state_machine_arn,
  :start_date,
  :stop_date)
  SENSITIVE = []
  include Aws::Structure
end

#state_machine_arnString

The Amazon Resource Name (ARN) of the executed state machine.

Returns:

  • (String)


2906
2907
2908
2909
2910
2911
2912
2913
2914
# File 'lib/aws-sdk-states/types.rb', line 2906

class MapRunListItem < Struct.new(
  :execution_arn,
  :map_run_arn,
  :state_machine_arn,
  :start_date,
  :stop_date)
  SENSITIVE = []
  include Aws::Structure
end

#stop_dateTime

The date on which the Map Run stopped.

Returns:

  • (Time)


2906
2907
2908
2909
2910
2911
2912
2913
2914
# File 'lib/aws-sdk-states/types.rb', line 2906

class MapRunListItem < Struct.new(
  :execution_arn,
  :map_run_arn,
  :state_machine_arn,
  :start_date,
  :stop_date)
  SENSITIVE = []
  include Aws::Structure
end