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.



752
753
754
# File 'sig/types.rbs', line 752

def tls_inspection_configuration
  @tls_inspection_configuration
end

#tls_inspection_configuration_responseTypes::TLSInspectionConfigurationResponse

Returns the value of attribute tls_inspection_configuration_response.



753
754
755
# File 'sig/types.rbs', line 753

def tls_inspection_configuration_response
  @tls_inspection_configuration_response
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def update_token
  @update_token
end