Class: Aws::Types::UpdateSummary
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_validation_method_update_summary ⇒ Types::DomainValidationMethodUpdateSummary
Returns the value of attribute domain_validation_method_update_summary.
-
#requested_at ⇒ ::Time
Returns the value of attribute requested_at.
-
#status ⇒ "PENDING_DOMAIN_VALIDATION", ...
Returns the value of attribute status.
-
#type ⇒ "DOMAIN_VALIDATION_METHOD"
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#domain_validation_method_update_summary ⇒ Types::DomainValidationMethodUpdateSummary
Returns the value of attribute domain_validation_method_update_summary.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def domain_validation_method_update_summary @domain_validation_method_update_summary end |
#requested_at ⇒ ::Time
Returns the value of attribute requested_at.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def requested_at @requested_at end |
#status ⇒ "PENDING_DOMAIN_VALIDATION", ...
Returns the value of attribute status.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def status @status end |
#type ⇒ "DOMAIN_VALIDATION_METHOD"
Returns the value of attribute type.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def updated_at @updated_at end |