Class: Aws::Types::GetEvaluationFormValidationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


4139
4140
4141
# File 'sig/types.rbs', line 4139

def evaluation_form_id
  @evaluation_form_id
end

#evaluation_form_version::Integer

Returns the value of attribute evaluation_form_version.

Returns:

  • (::Integer)


4140
4141
4142
# File 'sig/types.rbs', line 4140

def evaluation_form_version
  @evaluation_form_version
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4138
4139
4140
# File 'sig/types.rbs', line 4138

def failure_reason
  @failure_reason
end

#findings::Array[Types::EvaluationFormValidationFinding]

Returns the value of attribute findings.



4142
4143
4144
# File 'sig/types.rbs', line 4142

def findings
  @findings
end

#started_time::Time

Returns the value of attribute started_time.

Returns:

  • (::Time)


4141
4142
4143
# File 'sig/types.rbs', line 4141

def started_time
  @started_time
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED")


4137
4138
4139
# File 'sig/types.rbs', line 4137

def status
  @status
end