Class: Aws::Types::RuleVerdictToEvaluate

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

Defined Under Namespace

Classes: Analysis, Attribute, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysisTypes::Analysis

Returns the value of attribute analysis.

Returns:



1305
1306
1307
# File 'sig/types.rbs', line 1305

def analysis
  @analysis
end

#attribute"SPF", "DKIM"

Returns the value of attribute attribute.

Returns:

  • ("SPF", "DKIM")


1304
1305
1306
# File 'sig/types.rbs', line 1304

def attribute
  @attribute
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def unknown
  @unknown
end