Class: Aws::Types::ClientPolicyTls

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificateTypes::ClientTlsCertificate

Returns the value of attribute certificate.



63
64
65
# File 'sig/types.rbs', line 63

def certificate
  @certificate
end

#enforceBoolean

Returns the value of attribute enforce.

Returns:

  • (Boolean)


64
65
66
# File 'sig/types.rbs', line 64

def enforce
  @enforce
end

#ports::Array[::Integer]

Returns the value of attribute ports.

Returns:

  • (::Array[::Integer])


65
66
67
# File 'sig/types.rbs', line 65

def ports
  @ports
end

#validationTypes::TlsValidationContext

Returns the value of attribute validation.



66
67
68
# File 'sig/types.rbs', line 66

def validation
  @validation
end