Class: Aws::MailManager::Types::RuleStringToEvaluate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

Note:

RuleStringToEvaluate is a union - when making an API calls you must set exactly one of the members.

Note:

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.

Defined Under Namespace

Classes: Analysis, Attribute, ClientCertificateAttribute, MimeHeaderAttribute, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysisTypes::Analysis

The Add On ARN and its returned value to evaluate in a string condition expression.

Returns:



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

#attributeString

The email attribute to evaluate in a string condition expression.

Returns:

  • (String)


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_attributeString

The client certificate attribute to evaluate in a string condition expression.

Returns:

  • (String)


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_attributeString

The email MIME X-Header attribute to evaluate in a string condition expression.

Returns:

  • (String)


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

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



4114
4115
4116
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4114

def unknown
  @unknown
end