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)


340
341
342
# File 'sig/types.rbs', line 340

def description
  @description
end

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

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def tags
  @tags
end

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

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def tls_inspection_configuration_name
  @tls_inspection_configuration_name
end