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_options ⇒ ::Array[Types::DomainValidation]
Returns the value of attribute domain_validation_options.
-
#renewal_status ⇒ "PENDING_AUTO_RENEWAL", ...
Returns the value of attribute renewal_status.
-
#renewal_status_reason ⇒ "NO_AVAILABLE_CONTACTS", ...
Returns the value of attribute renewal_status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#domain_validation_options ⇒ ::Array[Types::DomainValidation]
Returns the value of attribute domain_validation_options.
851 852 853 |
# File 'sig/types.rbs', line 851 def @domain_validation_options end |
#renewal_status ⇒ "PENDING_AUTO_RENEWAL", ...
Returns the value of attribute renewal_status.
850 851 852 |
# File 'sig/types.rbs', line 850 def renewal_status @renewal_status end |
#renewal_status_reason ⇒ "NO_AVAILABLE_CONTACTS", ...
Returns the value of attribute renewal_status_reason.
852 853 854 |
# File 'sig/types.rbs', line 852 def renewal_status_reason @renewal_status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
853 854 855 |
# File 'sig/types.rbs', line 853 def updated_at @updated_at end |