Class: Aws::Types::ManagedCertificateDetails
- Inherits:
-
Object
- Object
- Aws::Types::ManagedCertificateDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_status ⇒ "pending-validation", ...
Returns the value of attribute certificate_status.
-
#validation_token_details ⇒ ::Array[Types::ValidationTokenDetail]
Returns the value of attribute validation_token_details.
-
#validation_token_host ⇒ "cloudfront", "self-hosted"
Returns the value of attribute validation_token_host.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def certificate_arn @certificate_arn end |
#certificate_status ⇒ "pending-validation", ...
Returns the value of attribute certificate_status.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def certificate_status @certificate_status end |
#validation_token_details ⇒ ::Array[Types::ValidationTokenDetail]
Returns the value of attribute validation_token_details.
2713 2714 2715 |
# File 'sig/types.rbs', line 2713 def validation_token_details @validation_token_details end |
#validation_token_host ⇒ "cloudfront", "self-hosted"
Returns the value of attribute validation_token_host.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def validation_token_host @validation_token_host end |