Class: Aws::Types::TlsInterceptProperties
- Inherits:
-
Object
- Object
- Aws::Types::TlsInterceptProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pca_arn ⇒ ::String
Returns the value of attribute pca_arn.
-
#tls_intercept_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute tls_intercept_mode.
Instance Attribute Details
#pca_arn ⇒ ::String
Returns the value of attribute pca_arn.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def pca_arn @pca_arn end |
#tls_intercept_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute tls_intercept_mode.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def tls_intercept_mode @tls_intercept_mode end |