Class: Aws::Types::VerifyTargetDomainOutput
- Inherits:
-
Object
- Object
- Aws::Types::VerifyTargetDomainOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#verification_status_reason ⇒ ::String
Returns the value of attribute verification_status_reason.
-
#verified_at ⇒ ::Time
Returns the value of attribute verified_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def domain_name @domain_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2558 2559 2560 |
# File 'sig/types.rbs', line 2558 def status @status end |
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def target_domain_id @target_domain_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def updated_at @updated_at end |
#verification_status_reason ⇒ ::String
Returns the value of attribute verification_status_reason.
2559 2560 2561 |
# File 'sig/types.rbs', line 2559 def verification_status_reason @verification_status_reason end |
#verified_at ⇒ ::Time
Returns the value of attribute verified_at.
2557 2558 2559 |
# File 'sig/types.rbs', line 2557 def verified_at @verified_at end |