Module: Aws::SecurityAgent::Client::_VerifyTargetDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::VerifyTargetDomainOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #domain_name ⇒ ::String
- #status ⇒ "PENDING", ...
- #target_domain_id ⇒ ::String
- #updated_at ⇒ ::Time
- #verification_status_reason ⇒ ::String
- #verified_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
1639 |
# File 'sig/client.rbs', line 1639
def created_at: () -> ::Time
|
#domain_name ⇒ ::String
1638 |
# File 'sig/client.rbs', line 1638
def domain_name: () -> ::String
|
#status ⇒ "PENDING", ...
1642 |
# File 'sig/client.rbs', line 1642
def status: () -> ("PENDING" | "VERIFIED" | "FAILED" | "UNREACHABLE")
|
#target_domain_id ⇒ ::String
1637 |
# File 'sig/client.rbs', line 1637
def target_domain_id: () -> ::String
|
#updated_at ⇒ ::Time
1640 |
# File 'sig/client.rbs', line 1640
def updated_at: () -> ::Time
|
#verification_status_reason ⇒ ::String
1643 |
# File 'sig/client.rbs', line 1643
def verification_status_reason: () -> ::String
|
#verified_at ⇒ ::Time
1641 |
# File 'sig/client.rbs', line 1641
def verified_at: () -> ::Time
|