Class: Aws::Types::TlsInterceptPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::TlsInterceptPropertiesRequest
- 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.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def pca_arn @pca_arn end |
#tls_intercept_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute tls_intercept_mode.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def tls_intercept_mode @tls_intercept_mode end |