Class: Aws::Types::MutualTlsAuthentication
- Inherits:
-
Object
- Object
- Aws::Types::MutualTlsAuthentication
- 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.
-
#truststore_warnings ⇒ ::Array[::String]
Returns the value of attribute truststore_warnings.
Instance Attribute Details
#truststore_uri ⇒ ::String
Returns the value of attribute truststore_uri.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def truststore_uri @truststore_uri end |
#truststore_version ⇒ ::String
Returns the value of attribute truststore_version.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def truststore_version @truststore_version end |
#truststore_warnings ⇒ ::Array[::String]
Returns the value of attribute truststore_warnings.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def truststore_warnings @truststore_warnings end |