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)


3702
3703
3704
# File 'sig/types.rbs', line 3702

def description
  @description
end

#issue_code::String

Returns the value of attribute issue_code.

Returns:

  • (::String)


3700
3701
3702
# File 'sig/types.rbs', line 3700

def issue_code
  @issue_code
end

#items::Array[Types::EvaluationFormValidationFindingItem]

Returns the value of attribute items.



3701
3702
3703
# File 'sig/types.rbs', line 3701

def items
  @items
end

#severity"WARNING", "ERROR"

Returns the value of attribute severity.

Returns:

  • ("WARNING", "ERROR")


3704
3705
3706
# File 'sig/types.rbs', line 3704

def severity
  @severity
end

#suggestion::String

Returns the value of attribute suggestion.

Returns:

  • (::String)


3703
3704
3705
# File 'sig/types.rbs', line 3703

def suggestion
  @suggestion
end