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.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def truststore_uri @truststore_uri end |
#truststore_version ⇒ ::String
Returns the value of attribute truststore_version.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def truststore_version @truststore_version end |
#truststore_warnings ⇒ ::Array[::String]
Returns the value of attribute truststore_warnings.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def truststore_warnings @truststore_warnings end |