Class: Aws::Types::DescribeMapRunOutput

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)


231
232
233
# File 'sig/types.rbs', line 231

def execution_arn
  @execution_arn
end

#execution_countsTypes::MapRunExecutionCounts

Returns the value of attribute execution_counts.



239
240
241
# File 'sig/types.rbs', line 239

def execution_counts
  @execution_counts
end

#item_countsTypes::MapRunItemCounts

Returns the value of attribute item_counts.



238
239
240
# File 'sig/types.rbs', line 238

def item_counts
  @item_counts
end

#map_run_arn::String

Returns the value of attribute map_run_arn.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def map_run_arn
  @map_run_arn
end

#max_concurrency::Integer

Returns the value of attribute max_concurrency.

Returns:

  • (::Integer)


235
236
237
# File 'sig/types.rbs', line 235

def max_concurrency
  @max_concurrency
end

#redrive_count::Integer

Returns the value of attribute redrive_count.

Returns:

  • (::Integer)


240
241
242
# File 'sig/types.rbs', line 240

def redrive_count
  @redrive_count
end

#redrive_date::Time

Returns the value of attribute redrive_date.

Returns:

  • (::Time)


241
242
243
# File 'sig/types.rbs', line 241

def redrive_date
  @redrive_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


233
234
235
# File 'sig/types.rbs', line 233

def start_date
  @start_date
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

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


232
233
234
# File 'sig/types.rbs', line 232

def status
  @status
end

#stop_date::Time

Returns the value of attribute stop_date.

Returns:

  • (::Time)


234
235
236
# File 'sig/types.rbs', line 234

def stop_date
  @stop_date
end

#tolerated_failure_count::Integer

Returns the value of attribute tolerated_failure_count.

Returns:

  • (::Integer)


237
238
239
# File 'sig/types.rbs', line 237

def tolerated_failure_count
  @tolerated_failure_count
end

#tolerated_failure_percentage::Float

Returns the value of attribute tolerated_failure_percentage.

Returns:

  • (::Float)


236
237
238
# File 'sig/types.rbs', line 236

def tolerated_failure_percentage
  @tolerated_failure_percentage
end