Module: Aws::Route53Resolver::Client::_ImportFirewallDomainsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ImportFirewallDomainsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#id ⇒ ::String
651 |
# File 'sig/client.rbs', line 651
def id: () -> ::String
|
#name ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def name: () -> ::String
|
#status ⇒ "COMPLETE", ...
653 |
# File 'sig/client.rbs', line 653
def status: () -> ("COMPLETE" | "COMPLETE_IMPORT_FAILED" | "IMPORTING" | "DELETING" | "UPDATING")
|
#status_message ⇒ ::String
654 |
# File 'sig/client.rbs', line 654
def status_message: () -> ::String
|