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.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def encryption_configuration @encryption_configuration end |
#tls_inspection_configuration ⇒ Types::TLSInspectionConfiguration
Returns the value of attribute tls_inspection_configuration.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def tls_inspection_configuration @tls_inspection_configuration end |
#tls_inspection_configuration_arn ⇒ ::String
Returns the value of attribute tls_inspection_configuration_arn.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def tls_inspection_configuration_arn @tls_inspection_configuration_arn end |
#tls_inspection_configuration_name ⇒ ::String
Returns the value of attribute tls_inspection_configuration_name.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def tls_inspection_configuration_name @tls_inspection_configuration_name end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def update_token @update_token end |