Class: Aws::Types::CreateTLSInspectionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTLSInspectionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_response ⇒ Types::TLSInspectionConfigurationResponse
Returns the value of attribute tls_inspection_configuration_response.
348 349 350 |
# File 'sig/types.rbs', line 348 def tls_inspection_configuration_response @tls_inspection_configuration_response end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
347 348 349 |
# File 'sig/types.rbs', line 347 def update_token @update_token end |