Class: Aws::Types::RuleStringToEvaluate
- Inherits:
-
Object
- Object
- Aws::Types::RuleStringToEvaluate
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Analysis, Attribute, ClientCertificateAttribute, MimeHeaderAttribute, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis ⇒ Types::Analysis
Returns the value of attribute analysis.
-
#attribute ⇒ "MAIL_FROM", ...
Returns the value of attribute attribute.
-
#client_certificate_attribute ⇒ "CN", ...
Returns the value of attribute client_certificate_attribute.
-
#mime_header_attribute ⇒ ::String
Returns the value of attribute mime_header_attribute.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#analysis ⇒ Types::Analysis
Returns the value of attribute analysis.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def analysis @analysis end |
#attribute ⇒ "MAIL_FROM", ...
Returns the value of attribute attribute.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def attribute @attribute end |
#client_certificate_attribute ⇒ "CN", ...
Returns the value of attribute client_certificate_attribute.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def client_certificate_attribute @client_certificate_attribute end |
#mime_header_attribute ⇒ ::String
Returns the value of attribute mime_header_attribute.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def mime_header_attribute @mime_header_attribute end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def unknown @unknown end |