Class: Aws::Types::TestStateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TestStateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_caused_by_state ⇒ ::String
Returns the value of attribute error_caused_by_state.
-
#map_item_reader_data ⇒ ::String
Returns the value of attribute map_item_reader_data.
-
#map_iteration_failure_count ⇒ ::Integer
Returns the value of attribute map_iteration_failure_count.
-
#retrier_retry_count ⇒ ::Integer
Returns the value of attribute retrier_retry_count.
Instance Attribute Details
#error_caused_by_state ⇒ ::String
Returns the value of attribute error_caused_by_state.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def error_caused_by_state @error_caused_by_state end |
#map_item_reader_data ⇒ ::String
Returns the value of attribute map_item_reader_data.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def map_item_reader_data @map_item_reader_data end |
#map_iteration_failure_count ⇒ ::Integer
Returns the value of attribute map_iteration_failure_count.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def map_iteration_failure_count @map_iteration_failure_count end |
#retrier_retry_count ⇒ ::Integer
Returns the value of attribute retrier_retry_count.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def retrier_retry_count @retrier_retry_count end |