Class: Aws::Types::VirtualGatewayTlsValidationContextTrust
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGatewayTlsValidationContextTrust
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Acm, File, Sds, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acm ⇒ Types::VirtualGatewayTlsValidationContextAcmTrust
Returns the value of attribute acm.
-
#file ⇒ Types::VirtualGatewayTlsValidationContextFileTrust
Returns the value of attribute file.
-
#sds ⇒ Types::VirtualGatewayTlsValidationContextSdsTrust
Returns the value of attribute sds.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#acm ⇒ Types::VirtualGatewayTlsValidationContextAcmTrust
Returns the value of attribute acm.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def acm @acm end |
#file ⇒ Types::VirtualGatewayTlsValidationContextFileTrust
Returns the value of attribute file.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def file @file end |
#sds ⇒ Types::VirtualGatewayTlsValidationContextSdsTrust
Returns the value of attribute sds.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def sds @sds end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def unknown @unknown end |