Class: Aws::MailManager::Types::IngressStringToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressStringToEvaluate
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Note:
IngressStringToEvaluate is a union - when making an API calls you must set exactly one of the members.
Note:
IngressStringToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of IngressStringToEvaluate corresponding to the set member.
The union type representing the allowed types for the left hand side of a string condition.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The enum type representing the allowed attribute types for a string condition.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attribute ⇒ String
The enum type representing the allowed attribute types for a string condition.
1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1886 class IngressStringToEvaluate < Struct.new( :attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < IngressStringToEvaluate; end class Unknown < IngressStringToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1886 1887 1888 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1886 def unknown @unknown end |