Class: Aws::Types::VirtualGatewayClientPolicyTls
- Inherits:
-
Object
- Object
- Aws::Types::VirtualGatewayClientPolicyTls
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ Types::VirtualGatewayClientTlsCertificate
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::VirtualGatewayTlsValidationContext
Returns the value of attribute validation.
Instance Attribute Details
#certificate ⇒ Types::VirtualGatewayClientTlsCertificate
Returns the value of attribute certificate.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def certificate @certificate end |
#enforce ⇒ Boolean
Returns the value of attribute enforce.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def enforce @enforce end |
#ports ⇒ ::Array[::Integer]
Returns the value of attribute ports.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def ports @ports end |
#validation ⇒ Types::VirtualGatewayTlsValidationContext
Returns the value of attribute validation.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def validation @validation end |