Class: Aws::Types::TestStateOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:output, :error, :cause, :inspection_data])

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def error
  @error
end

#inspection_dataTypes::InspectionData

Returns the value of attribute inspection_data.



1106
1107
1108
# File 'sig/types.rbs', line 1106

def inspection_data
  @inspection_data
end

#next_state::String

Returns the value of attribute next_state.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def next_state
  @next_state
end

#output::String

Returns the value of attribute output.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def output
  @output
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

  • ("SUCCEEDED", "FAILED", "RETRIABLE", "CAUGHT_ERROR")


1108
1109
1110
# File 'sig/types.rbs', line 1108

def status
  @status
end