Class: Aws::Types::VirtualGatewayTlsValidationContext
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGatewayTlsValidationContext
- 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::VirtualGatewayTlsValidationContextTrust
Returns the value of attribute trust.
Instance Attribute Details
#subject_alternative_names ⇒ Types::SubjectAlternativeNames
Returns the value of attribute subject_alternative_names.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def subject_alternative_names @subject_alternative_names end |
#trust ⇒ Types::VirtualGatewayTlsValidationContextTrust
Returns the value of attribute trust.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def trust @trust end |