Class: Aws::MailManager::Types::IngressTlsProtocolToEvaluate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressTlsProtocolToEvaluate
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Note:
IngressTlsProtocolToEvaluate is a union - when making an API calls you must set exactly one of the members.
Note:
IngressTlsProtocolToEvaluate is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of IngressTlsProtocolToEvaluate corresponding to the set member.
The union type representing the allowed types for the left hand side of a TLS condition.
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The enum type representing the allowed attribute types for the TLS condition.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#attribute ⇒ String
The enum type representing the allowed attribute types for the TLS condition.
1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1898 class IngressTlsProtocolToEvaluate < Struct.new( :attribute, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class Attribute < IngressTlsProtocolToEvaluate; end class Unknown < IngressTlsProtocolToEvaluate; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
1898 1899 1900 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1898 def unknown @unknown end |