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.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def truststore_uri @truststore_uri end |
#truststore_version ⇒ ::String
Returns the value of attribute truststore_version.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def truststore_version @truststore_version end |