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.
345 346 347 |
# File 'sig/types.rbs', line 345 def description @description end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
347 348 349 |
# File 'sig/types.rbs', line 347 def encryption_configuration @encryption_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
346 347 348 |
# File 'sig/types.rbs', line 346 def @tags end |
#tls_inspection_configuration ⇒ Types::TLSInspectionConfiguration
Returns the value of attribute tls_inspection_configuration.
344 345 346 |
# File 'sig/types.rbs', line 344 def tls_inspection_configuration @tls_inspection_configuration end |
#tls_inspection_configuration_name ⇒ ::String
Returns the value of attribute tls_inspection_configuration_name.
343 344 345 |
# File 'sig/types.rbs', line 343 def tls_inspection_configuration_name @tls_inspection_configuration_name end |