Class: Aws::Types::ExecutionListItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_arn::String

Returns the value of attribute execution_arn.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def execution_arn
  @execution_arn
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


356
357
358
# File 'sig/types.rbs', line 356

def item_count
  @item_count
end

#map_run_arn::String

Returns the value of attribute map_run_arn.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def map_run_arn
  @map_run_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def name
  @name
end

#redrive_count::Integer

Returns the value of attribute redrive_count.

Returns:

  • (::Integer)


359
360
361
# File 'sig/types.rbs', line 359

def redrive_count
  @redrive_count
end

#redrive_date::Time

Returns the value of attribute redrive_date.

Returns:

  • (::Time)


360
361
362
# File 'sig/types.rbs', line 360

def redrive_date
  @redrive_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


353
354
355
# File 'sig/types.rbs', line 353

def start_date
  @start_date
end

#state_machine_alias_arn::String

Returns the value of attribute state_machine_alias_arn.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def state_machine_alias_arn
  @state_machine_alias_arn
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def state_machine_arn
  @state_machine_arn
end

#state_machine_version_arn::String

Returns the value of attribute state_machine_version_arn.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def state_machine_version_arn
  @state_machine_version_arn
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "TIMED_OUT", "ABORTED", "PENDING_REDRIVE")


352
353
354
# File 'sig/types.rbs', line 352

def status
  @status
end

#stop_date::Time

Returns the value of attribute stop_date.

Returns:

  • (::Time)


354
355
356
# File 'sig/types.rbs', line 354

def stop_date
  @stop_date
end