Class: Aws::Types::CreateTLSInspectionConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def description
  @description
end

#encryption_configurationTypes::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.

Returns:



346
347
348
# File 'sig/types.rbs', line 346

def tags
  @tags
end

#tls_inspection_configurationTypes::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.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def tls_inspection_configuration_name
  @tls_inspection_configuration_name
end