Class: Aws::Types::DescribeTLSInspectionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTLSInspectionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tls_inspection_configuration ⇒ Types::TLSInspectionConfiguration
Returns the value of attribute tls_inspection_configuration.
-
#tls_inspection_configuration_response ⇒ Types::TLSInspectionConfigurationResponse
Returns the value of attribute tls_inspection_configuration_response.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#tls_inspection_configuration ⇒ Types::TLSInspectionConfiguration
Returns the value of attribute tls_inspection_configuration.
747 748 749 |
# File 'sig/types.rbs', line 747 def tls_inspection_configuration @tls_inspection_configuration end |
#tls_inspection_configuration_response ⇒ Types::TLSInspectionConfigurationResponse
Returns the value of attribute tls_inspection_configuration_response.
748 749 750 |
# File 'sig/types.rbs', line 748 def tls_inspection_configuration_response @tls_inspection_configuration_response end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
746 747 748 |
# File 'sig/types.rbs', line 746 def update_token @update_token end |