Class: Aws::MailManager::Types::RuleStringToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::RuleStringToEvaluate
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
RuleStringToEvaluate is a union - when making an API calls you must set exactly one of the members.
RuleStringToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of RuleStringToEvaluate corresponding to the set member.
The string to evaluate in a string condition expression.
Direct Known Subclasses
Analysis, Attribute, ClientCertificateAttribute, MimeHeaderAttribute, Unknown
Defined Under Namespace
Classes: Analysis, Attribute, ClientCertificateAttribute, MimeHeaderAttribute, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis ⇒ Types::Analysis
The Add On ARN and its returned value to evaluate in a string condition expression.
-
#attribute ⇒ String
The email attribute to evaluate in a string condition expression.
-
#client_certificate_attribute ⇒ String
The client certificate attribute to evaluate in a string condition expression.
-
#mime_header_attribute ⇒ String
The email MIME X-Header attribute to evaluate in a string condition expression.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#analysis ⇒ Types::Analysis
The Add On ARN and its returned value to evaluate in a string condition expression.
4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4114 class RuleStringToEvaluate < Struct.new( :attribute, :mime_header_attribute, :analysis, :client_certificate_attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < RuleStringToEvaluate; end class MimeHeaderAttribute < RuleStringToEvaluate; end class Analysis < RuleStringToEvaluate; end class ClientCertificateAttribute < RuleStringToEvaluate; end class Unknown < RuleStringToEvaluate; end end |
#attribute ⇒ String
The email attribute to evaluate in a string condition expression.
4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4114 class RuleStringToEvaluate < Struct.new( :attribute, :mime_header_attribute, :analysis, :client_certificate_attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < RuleStringToEvaluate; end class MimeHeaderAttribute < RuleStringToEvaluate; end class Analysis < RuleStringToEvaluate; end class ClientCertificateAttribute < RuleStringToEvaluate; end class Unknown < RuleStringToEvaluate; end end |
#client_certificate_attribute ⇒ String
The client certificate attribute to evaluate in a string condition expression.
4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4114 class RuleStringToEvaluate < Struct.new( :attribute, :mime_header_attribute, :analysis, :client_certificate_attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < RuleStringToEvaluate; end class MimeHeaderAttribute < RuleStringToEvaluate; end class Analysis < RuleStringToEvaluate; end class ClientCertificateAttribute < RuleStringToEvaluate; end class Unknown < RuleStringToEvaluate; end end |
#mime_header_attribute ⇒ String
The email MIME X-Header attribute to evaluate in a string condition expression.
4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4114 class RuleStringToEvaluate < Struct.new( :attribute, :mime_header_attribute, :analysis, :client_certificate_attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < RuleStringToEvaluate; end class MimeHeaderAttribute < RuleStringToEvaluate; end class Analysis < RuleStringToEvaluate; end class ClientCertificateAttribute < RuleStringToEvaluate; end class Unknown < RuleStringToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
4114 4115 4116 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4114 def unknown @unknown end |