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.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def created_at @created_at end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def domain_name @domain_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def status @status end |
#target_domain_id ⇒ ::String
Returns the value of attribute target_domain_id.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def target_domain_id @target_domain_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def updated_at @updated_at end |
#verification_status_reason ⇒ ::String
Returns the value of attribute verification_status_reason.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def verification_status_reason @verification_status_reason end |
#verified_at ⇒ ::Time
Returns the value of attribute verified_at.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def verified_at @verified_at end |