Module: Aws::VPCLattice::Client::_GetDomainVerificationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainVerificationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #domain_name ⇒ ::String
- #id ⇒ ::String
- #last_verified_time ⇒ ::Time
- #status ⇒ "VERIFIED", ...
- #tags ⇒ ::Hash[::String, ::String]
- #txt_method_config ⇒ Types::TxtMethodConfig
Instance Method Details
#arn ⇒ ::String
575 |
# File 'sig/client.rbs', line 575
def arn: () -> ::String
|
#created_at ⇒ ::Time
579 |
# File 'sig/client.rbs', line 579
def created_at: () -> ::Time
|
#domain_name ⇒ ::String
576 |
# File 'sig/client.rbs', line 576
def domain_name: () -> ::String
|
#id ⇒ ::String
574 |
# File 'sig/client.rbs', line 574
def id: () -> ::String
|
#last_verified_time ⇒ ::Time
580 |
# File 'sig/client.rbs', line 580
def last_verified_time: () -> ::Time
|
#status ⇒ "VERIFIED", ...
577 |
# File 'sig/client.rbs', line 577
def status: () -> ("VERIFIED" | "PENDING" | "VERIFICATION_TIMED_OUT")
|
#tags ⇒ ::Hash[::String, ::String]
581 |
# File 'sig/client.rbs', line 581
def tags: () -> ::Hash[::String, ::String]
|
#txt_method_config ⇒ Types::TxtMethodConfig
578 |
# File 'sig/client.rbs', line 578
def txt_method_config: () -> Types::TxtMethodConfig
|