Class: Aws::Types::EvaluationFormValidationFinding

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3792
3793
3794
# File 'sig/types.rbs', line 3792

def description
  @description
end

#issue_code::String

Returns the value of attribute issue_code.

Returns:

  • (::String)


3790
3791
3792
# File 'sig/types.rbs', line 3790

def issue_code
  @issue_code
end

#items::Array[Types::EvaluationFormValidationFindingItem]

Returns the value of attribute items.



3791
3792
3793
# File 'sig/types.rbs', line 3791

def items
  @items
end

#severity"WARNING", "ERROR"

Returns the value of attribute severity.

Returns:

  • ("WARNING", "ERROR")


3794
3795
3796
# File 'sig/types.rbs', line 3794

def severity
  @severity
end

#suggestion::String

Returns the value of attribute suggestion.

Returns:

  • (::String)


3793
3794
3795
# File 'sig/types.rbs', line 3793

def suggestion
  @suggestion
end