Class: Aws::Types::AwsCertificateManagerCertificateRenewalSummary
- Inherits:
-
Object
- Object
- Aws::Types::AwsCertificateManagerCertificateRenewalSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_validation_options ⇒ ::Array[Types::AwsCertificateManagerCertificateDomainValidationOption]
Returns the value of attribute domain_validation_options.
-
#renewal_status ⇒ ::String
Returns the value of attribute renewal_status.
-
#renewal_status_reason ⇒ ::String
Returns the value of attribute renewal_status_reason.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
Instance Attribute Details
#domain_validation_options ⇒ ::Array[Types::AwsCertificateManagerCertificateDomainValidationOption]
Returns the value of attribute domain_validation_options.
848 849 850 |
# File 'sig/types.rbs', line 848 def @domain_validation_options end |
#renewal_status ⇒ ::String
Returns the value of attribute renewal_status.
849 850 851 |
# File 'sig/types.rbs', line 849 def renewal_status @renewal_status end |
#renewal_status_reason ⇒ ::String
Returns the value of attribute renewal_status_reason.
850 851 852 |
# File 'sig/types.rbs', line 850 def renewal_status_reason @renewal_status_reason end |
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
851 852 853 |
# File 'sig/types.rbs', line 851 def updated_at @updated_at end |