Class: Aws::Types::RenewalSummary
- Inherits:
-
Object
- Object
- Aws::Types::RenewalSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_validation_records ⇒ ::Array[Types::DomainValidationRecord]
Returns the value of attribute domain_validation_records.
-
#renewal_status ⇒ "PendingAutoRenewal", ...
Returns the value of attribute renewal_status.
-
#renewal_status_reason ⇒ ::String
Returns the value of attribute renewal_status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#domain_validation_records ⇒ ::Array[Types::DomainValidationRecord]
Returns the value of attribute domain_validation_records.
2783 2784 2785 |
# File 'sig/types.rbs', line 2783 def domain_validation_records @domain_validation_records end |
#renewal_status ⇒ "PendingAutoRenewal", ...
Returns the value of attribute renewal_status.
2784 2785 2786 |
# File 'sig/types.rbs', line 2784 def renewal_status @renewal_status end |
#renewal_status_reason ⇒ ::String
Returns the value of attribute renewal_status_reason.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def renewal_status_reason @renewal_status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def updated_at @updated_at end |