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
1647 |
# File 'sig/client.rbs', line 1647
def created_at: () -> ::Time
|
#domain_name ⇒ ::String
1646 |
# File 'sig/client.rbs', line 1646
def domain_name: () -> ::String
|
#status ⇒ "PENDING", ...
1650 |
# File 'sig/client.rbs', line 1650
def status: () -> ("PENDING" | "VERIFIED" | "FAILED" | "UNREACHABLE")
|
#target_domain_id ⇒ ::String
1645 |
# File 'sig/client.rbs', line 1645
def target_domain_id: () -> ::String
|
#updated_at ⇒ ::Time
1648 |
# File 'sig/client.rbs', line 1648
def updated_at: () -> ::Time
|
#verification_status_reason ⇒ ::String
1651 |
# File 'sig/client.rbs', line 1651
def verification_status_reason: () -> ::String
|
#verified_at ⇒ ::Time
1649 |
# File 'sig/client.rbs', line 1649
def verified_at: () -> ::Time
|