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