Class: Aws::Types::TlsInterceptProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pca_arn::String

Returns the value of attribute pca_arn.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def pca_arn
  @pca_arn
end

#tls_intercept_mode"ENABLED", "DISABLED"

Returns the value of attribute tls_intercept_mode.

Returns:

  • ("ENABLED", "DISABLED")


1708
1709
1710
# File 'sig/types.rbs', line 1708

def tls_intercept_mode
  @tls_intercept_mode
end