Class: Aws::Types::DescribeTLSInspectionConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tls_inspection_configurationTypes::TLSInspectionConfiguration

Returns the value of attribute tls_inspection_configuration.



747
748
749
# File 'sig/types.rbs', line 747

def tls_inspection_configuration
  @tls_inspection_configuration
end

#tls_inspection_configuration_responseTypes::TLSInspectionConfigurationResponse

Returns the value of attribute tls_inspection_configuration_response.



748
749
750
# File 'sig/types.rbs', line 748

def tls_inspection_configuration_response
  @tls_inspection_configuration_response
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def update_token
  @update_token
end