Module: Aws::States::Client::_DescribeMapRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeMapRunOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #execution_arn ⇒ ::String
- #execution_counts ⇒ Types::MapRunExecutionCounts
- #item_counts ⇒ Types::MapRunItemCounts
- #map_run_arn ⇒ ::String
- #max_concurrency ⇒ ::Integer
- #redrive_count ⇒ ::Integer
- #redrive_date ⇒ ::Time
- #start_date ⇒ ::Time
- #status ⇒ "RUNNING", ...
- #stop_date ⇒ ::Time
- #tolerated_failure_count ⇒ ::Integer
- #tolerated_failure_percentage ⇒ ::Float
Instance Method Details
#execution_arn ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def execution_arn: () -> ::String
|
#execution_counts ⇒ Types::MapRunExecutionCounts
243 |
# File 'sig/client.rbs', line 243
def execution_counts: () -> Types::MapRunExecutionCounts
|
#item_counts ⇒ Types::MapRunItemCounts
242 |
# File 'sig/client.rbs', line 242
def item_counts: () -> Types::MapRunItemCounts
|
#map_run_arn ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def map_run_arn: () -> ::String
|
#max_concurrency ⇒ ::Integer
239 |
# File 'sig/client.rbs', line 239
def max_concurrency: () -> ::Integer
|
#redrive_count ⇒ ::Integer
244 |
# File 'sig/client.rbs', line 244
def redrive_count: () -> ::Integer
|
#redrive_date ⇒ ::Time
245 |
# File 'sig/client.rbs', line 245
def redrive_date: () -> ::Time
|
#start_date ⇒ ::Time
237 |
# File 'sig/client.rbs', line 237
def start_date: () -> ::Time
|
#status ⇒ "RUNNING", ...
236 |
# File 'sig/client.rbs', line 236
def status: () -> ("RUNNING" | "SUCCEEDED" | "FAILED" | "ABORTED")
|
#stop_date ⇒ ::Time
238 |
# File 'sig/client.rbs', line 238
def stop_date: () -> ::Time
|
#tolerated_failure_count ⇒ ::Integer
241 |
# File 'sig/client.rbs', line 241
def tolerated_failure_count: () -> ::Integer
|
#tolerated_failure_percentage ⇒ ::Float
240 |
# File 'sig/client.rbs', line 240
def tolerated_failure_percentage: () -> ::Float
|