Class: Aws::Types::ViewerMtlsConfig
- Inherits:
-
Object
- Object
- Aws::Types::ViewerMtlsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode ⇒ "required", ...
Returns the value of attribute mode.
-
#trust_store_config ⇒ Types::TrustStoreConfig
Returns the value of attribute trust_store_config.
Instance Attribute Details
#mode ⇒ "required", ...
Returns the value of attribute mode.
4220 4221 4222 |
# File 'sig/types.rbs', line 4220 def mode @mode end |
#trust_store_config ⇒ Types::TrustStoreConfig
Returns the value of attribute trust_store_config.
4221 4222 4223 |
# File 'sig/types.rbs', line 4221 def trust_store_config @trust_store_config end |