Class: Aws::Types::ClientPolicyTls
- Inherits:
-
Object
- Object
- Aws::Types::ClientPolicyTls
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ Types::ClientTlsCertificate
Returns the value of attribute certificate.
-
#enforce ⇒ Boolean
Returns the value of attribute enforce.
-
#ports ⇒ ::Array[::Integer]
Returns the value of attribute ports.
-
#validation ⇒ Types::TlsValidationContext
Returns the value of attribute validation.
Instance Attribute Details
#certificate ⇒ Types::ClientTlsCertificate
Returns the value of attribute certificate.
63 64 65 |
# File 'sig/types.rbs', line 63 def certificate @certificate end |
#enforce ⇒ Boolean
Returns the value of attribute enforce.
64 65 66 |
# File 'sig/types.rbs', line 64 def enforce @enforce end |
#ports ⇒ ::Array[::Integer]
Returns the value of attribute ports.
65 66 67 |
# File 'sig/types.rbs', line 65 def ports @ports end |
#validation ⇒ Types::TlsValidationContext
Returns the value of attribute validation.
66 67 68 |
# File 'sig/types.rbs', line 66 def validation @validation end |