Class: Aws::Types::TlsValidationContext
- Inherits:
-
Object
- Object
- Aws::Types::TlsValidationContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subject_alternative_names ⇒ Types::SubjectAlternativeNames
Returns the value of attribute subject_alternative_names.
-
#trust ⇒ Types::TlsValidationContextTrust
Returns the value of attribute trust.
Instance Attribute Details
#subject_alternative_names ⇒ Types::SubjectAlternativeNames
Returns the value of attribute subject_alternative_names.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def subject_alternative_names @subject_alternative_names end |
#trust ⇒ Types::TlsValidationContextTrust
Returns the value of attribute trust.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def trust @trust end |