Class: Aws::Types::MutualTlsAuthenticationInput
- Inherits:
-
Object
- Object
- Aws::Types::MutualTlsAuthenticationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#truststore_uri ⇒ ::String
Returns the value of attribute truststore_uri.
-
#truststore_version ⇒ ::String
Returns the value of attribute truststore_version.
Instance Attribute Details
#truststore_uri ⇒ ::String
Returns the value of attribute truststore_uri.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def truststore_uri @truststore_uri end |
#truststore_version ⇒ ::String
Returns the value of attribute truststore_version.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def truststore_version @truststore_version end |