Class: Aws::Types::ManagedCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ManagedCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_transparency_logging_preference ⇒ "enabled", "disabled"
Returns the value of attribute certificate_transparency_logging_preference.
-
#primary_domain_name ⇒ ::String
Returns the value of attribute primary_domain_name.
-
#validation_token_host ⇒ "cloudfront", "self-hosted"
Returns the value of attribute validation_token_host.
Instance Attribute Details
#certificate_transparency_logging_preference ⇒ "enabled", "disabled"
Returns the value of attribute certificate_transparency_logging_preference.
2720 2721 2722 |
# File 'sig/types.rbs', line 2720 def certificate_transparency_logging_preference @certificate_transparency_logging_preference end |
#primary_domain_name ⇒ ::String
Returns the value of attribute primary_domain_name.
2719 2720 2721 |
# File 'sig/types.rbs', line 2719 def primary_domain_name @primary_domain_name end |
#validation_token_host ⇒ "cloudfront", "self-hosted"
Returns the value of attribute validation_token_host.
2718 2719 2720 |
# File 'sig/types.rbs', line 2718 def validation_token_host @validation_token_host end |