Class: Aws::Types::DescribeMapRunOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMapRunOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
-
#execution_counts ⇒ Types::MapRunExecutionCounts
Returns the value of attribute execution_counts.
-
#item_counts ⇒ Types::MapRunItemCounts
Returns the value of attribute item_counts.
-
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
-
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
-
#redrive_count ⇒ ::Integer
Returns the value of attribute redrive_count.
-
#redrive_date ⇒ ::Time
Returns the value of attribute redrive_date.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
-
#tolerated_failure_count ⇒ ::Integer
Returns the value of attribute tolerated_failure_count.
-
#tolerated_failure_percentage ⇒ ::Float
Returns the value of attribute tolerated_failure_percentage.
Instance Attribute Details
#execution_arn ⇒ ::String
Returns the value of attribute execution_arn.
231 232 233 |
# File 'sig/types.rbs', line 231 def execution_arn @execution_arn end |
#execution_counts ⇒ Types::MapRunExecutionCounts
Returns the value of attribute execution_counts.
239 240 241 |
# File 'sig/types.rbs', line 239 def execution_counts @execution_counts end |
#item_counts ⇒ Types::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.
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.
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.
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.
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.
233 234 235 |
# File 'sig/types.rbs', line 233 def start_date @start_date end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
232 233 234 |
# File 'sig/types.rbs', line 232 def status @status end |
#stop_date ⇒ ::Time
Returns the value of attribute stop_date.
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.
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.
236 237 238 |
# File 'sig/types.rbs', line 236 def tolerated_failure_percentage @tolerated_failure_percentage end |