Class: Aws::ACM::Types::RenewalSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_validation_optionsArray<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.

Returns:



1216
1217
1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1216

class RenewalSummary < Struct.new(
  :renewal_status,
  :domain_validation_options,
  :renewal_status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#renewal_statusString

The status of ACM's managed renewal of the certificate.

Returns:

  • (String)


1216
1217
1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1216

class RenewalSummary < Struct.new(
  :renewal_status,
  :domain_validation_options,
  :renewal_status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#renewal_status_reasonString

The reason that a renewal request was unsuccessful.

Returns:

  • (String)


1216
1217
1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1216

class RenewalSummary < Struct.new(
  :renewal_status,
  :domain_validation_options,
  :renewal_status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the renewal summary was last updated.

Returns:

  • (Time)


1216
1217
1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1216

class RenewalSummary < Struct.new(
  :renewal_status,
  :domain_validation_options,
  :renewal_status_reason,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end