Class: Aws::Types::RuleBooleanToEvaluate

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

Defined Under Namespace

Classes: Analysis, Attribute, IsInAddressList, Unknown

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#analysisTypes::Analysis

Returns the value of attribute analysis.



1173
1174
1175
# File 'sig/types.rbs', line 1173

def analysis
  @analysis
end

#attribute"READ_RECEIPT_REQUESTED", ...

Returns the value of attribute attribute.



1172
1173
1174
# File 'sig/types.rbs', line 1172

def attribute
  @attribute
end

#is_in_address_listTypes::RuleIsInAddressList

Returns the value of attribute is_in_address_list.



1174
1175
1176
# File 'sig/types.rbs', line 1174

def is_in_address_list
  @is_in_address_list
end

#unknownObject

Returns the value of attribute unknown.



1175
1176
1177
# File 'sig/types.rbs', line 1175

def unknown
  @unknown
end