Class: Aws::Types::MapRunListItem

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)


761
762
763
# File 'sig/types.rbs', line 761

def execution_arn
  @execution_arn
end

#map_run_arn::String

Returns the value of attribute map_run_arn.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def map_run_arn
  @map_run_arn
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


764
765
766
# File 'sig/types.rbs', line 764

def start_date
  @start_date
end

#state_machine_arn::String

Returns the value of attribute state_machine_arn.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def state_machine_arn
  @state_machine_arn
end

#stop_date::Time

Returns the value of attribute stop_date.

Returns:

  • (::Time)


765
766
767
# File 'sig/types.rbs', line 765

def stop_date
  @stop_date
end