Module: Aws::Route53GlobalResolver::Client::_DeleteFirewallDomainListResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteFirewallDomainListOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#arn ⇒ ::String
387 |
# File 'sig/client.rbs', line 387
def arn: () -> ::String
|
#id ⇒ ::String
388 |
# File 'sig/client.rbs', line 388
def id: () -> ::String
|
#name ⇒ ::String
389 |
# File 'sig/client.rbs', line 389
def name: () -> ::String
|
#status ⇒ "CREATING", ...
390 |
# File 'sig/client.rbs', line 390
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|