Class: Aws::Types::RuleStringToEvaluate

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

Defined Under Namespace

Classes: Analysis, Attribute, ClientCertificateAttribute, MimeHeaderAttribute, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#analysisTypes::Analysis

Returns the value of attribute analysis.

Returns:



1279
1280
1281
# File 'sig/types.rbs', line 1279

def analysis
  @analysis
end

#attribute"MAIL_FROM", ...

Returns the value of attribute attribute.

Returns:



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.

Returns:



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.

Returns:



1278
1279
1280
# File 'sig/types.rbs', line 1278

def mime_header_attribute
  @mime_header_attribute
end

#unknownObject

Returns the value of attribute unknown.

Returns:



1281
1282
1283
# File 'sig/types.rbs', line 1281

def unknown
  @unknown
end