Class: Aws::ACM::Types::RenewalSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::RenewalSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
Contains information about the status of ACM’s [managed renewal] for the certificate. This structure exists only when the certificate type is ‘AMAZON_ISSUED`.
[1]: docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_validation_options ⇒ Array<Types::DomainValidation>
Contains information about the validation of each domain name in the certificate, as it pertains to ACM’s [managed renewal].
-
#renewal_status ⇒ String
The status of ACM’s [managed renewal] of the certificate.
-
#renewal_status_reason ⇒ String
The reason that a renewal request was unsuccessful.
-
#updated_at ⇒ Time
The time at which the renewal summary was last updated.
Instance Attribute Details
#domain_validation_options ⇒ Array<Types::DomainValidation>
Contains information about the validation of each domain name in the certificate, as it pertains to ACM’s [managed renewal]. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is ‘AMAZON_ISSUED`.
[1]: docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
1206 1207 1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-acm/types.rb', line 1206 class RenewalSummary < Struct.new( :renewal_status, :domain_validation_options, :renewal_status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#renewal_status ⇒ String
The status of ACM’s [managed renewal] of the certificate.
[1]: docs.aws.amazon.com/acm/latest/userguide/acm-renewal.html
1206 1207 1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-acm/types.rb', line 1206 class RenewalSummary < Struct.new( :renewal_status, :domain_validation_options, :renewal_status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#renewal_status_reason ⇒ String
The reason that a renewal request was unsuccessful.
1206 1207 1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-acm/types.rb', line 1206 class RenewalSummary < Struct.new( :renewal_status, :domain_validation_options, :renewal_status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the renewal summary was last updated.
1206 1207 1208 1209 1210 1211 1212 1213 |
# File 'lib/aws-sdk-acm/types.rb', line 1206 class RenewalSummary < Struct.new( :renewal_status, :domain_validation_options, :renewal_status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |