Class: Aws::Types::TestStateConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:error_caused_by_state, :map_item_reader_data])

Instance Attribute Summary collapse

Instance Attribute Details

#error_caused_by_state::String

Returns the value of attribute error_caused_by_state.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def retrier_retry_count
  @retrier_retry_count
end