Class: Aws::Types::CreateTLSInspectionConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTLSInspectionConfigurationRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tls_inspection_configuration ⇒ Types::TLSInspectionConfiguration
Returns the value of attribute tls_inspection_configuration.
-
#tls_inspection_configuration_name ⇒ ::String
Returns the value of attribute tls_inspection_configuration_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
340 341 342 |
# File 'sig/types.rbs', line 340 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
342 343 344 |
# File 'sig/types.rbs', line 342 def encryption_configuration @encryption_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
341 342 343 |
# File 'sig/types.rbs', line 341 def @tags end |
#tls_inspection_configuration ⇒ Types::TLSInspectionConfiguration
Returns the value of attribute tls_inspection_configuration.
339 340 341 |
# File 'sig/types.rbs', line 339 def tls_inspection_configuration @tls_inspection_configuration end |
#tls_inspection_configuration_name ⇒ ::String
Returns the value of attribute tls_inspection_configuration_name.
338 339 340 |
# File 'sig/types.rbs', line 338 def tls_inspection_configuration_name @tls_inspection_configuration_name end |