Class: Aws::Types::UpdateTLSInspectionConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTLSInspectionConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#tls_inspection_configuration ⇒ Types::TLSInspectionConfiguration
Returns the value of attribute tls_inspection_configuration.
-
#tls_inspection_configuration_arn ⇒ ::String
Returns the value of attribute tls_inspection_configuration_arn.
-
#tls_inspection_configuration_name ⇒ ::String
Returns the value of attribute tls_inspection_configuration_name.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def encryption_configuration @encryption_configuration end |
#tls_inspection_configuration ⇒ Types::TLSInspectionConfiguration
Returns the value of attribute tls_inspection_configuration.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def tls_inspection_configuration @tls_inspection_configuration end |
#tls_inspection_configuration_arn ⇒ ::String
Returns the value of attribute tls_inspection_configuration_arn.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def tls_inspection_configuration_arn @tls_inspection_configuration_arn end |
#tls_inspection_configuration_name ⇒ ::String
Returns the value of attribute tls_inspection_configuration_name.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def tls_inspection_configuration_name @tls_inspection_configuration_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def update_token @update_token end |