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.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def pca_arn @pca_arn end |
#tls_intercept_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute tls_intercept_mode.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def tls_intercept_mode @tls_intercept_mode end |