Class: Aws::Types::CustomDomainConfigType
- Inherits:
-
Object
- Object
- Aws::Types::CustomDomainConfigType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#security_policy ⇒ "TLS_V1", ...
Returns the value of attribute security_policy.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
772 773 774 |
# File 'sig/types.rbs', line 772 def certificate_arn @certificate_arn end |
#security_policy ⇒ "TLS_V1", ...
Returns the value of attribute security_policy.
773 774 775 |
# File 'sig/types.rbs', line 773 def security_policy @security_policy end |