Class: Aws::Types::TlsValidationContextTrust
- Inherits:
-
Object
- Object
- Aws::Types::TlsValidationContextTrust
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Acm, File, Sds, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acm ⇒ Types::TlsValidationContextAcmTrust
Returns the value of attribute acm.
-
#file ⇒ Types::TlsValidationContextFileTrust
Returns the value of attribute file.
-
#sds ⇒ Types::TlsValidationContextSdsTrust
Returns the value of attribute sds.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#acm ⇒ Types::TlsValidationContextAcmTrust
Returns the value of attribute acm.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def acm @acm end |
#file ⇒ Types::TlsValidationContextFileTrust
Returns the value of attribute file.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def file @file end |
#sds ⇒ Types::TlsValidationContextSdsTrust
Returns the value of attribute sds.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def sds @sds end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def unknown @unknown end |