Module: Aws::Route53GlobalResolver::Client::_GetFirewallDomainListResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFirewallDomainListOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #client_token ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #domain_count ⇒ ::Integer
- #global_resolver_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_message ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
569 |
# File 'sig/client.rbs', line 569
def arn: () -> ::String
|
#client_token ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def client_token: () -> ::String
|
#created_at ⇒ ::Time
572 |
# File 'sig/client.rbs', line 572
def created_at: () -> ::Time
|
#description ⇒ ::String
573 |
# File 'sig/client.rbs', line 573
def description: () -> ::String
|
#domain_count ⇒ ::Integer
574 |
# File 'sig/client.rbs', line 574
def domain_count: () -> ::Integer
|
#global_resolver_id ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def global_resolver_id: () -> ::String
|
#id ⇒ ::String
575 |
# File 'sig/client.rbs', line 575
def id: () -> ::String
|
#name ⇒ ::String
576 |
# File 'sig/client.rbs', line 576
def name: () -> ::String
|
#status ⇒ "CREATING", ...
577 |
# File 'sig/client.rbs', line 577
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#status_message ⇒ ::String
578 |
# File 'sig/client.rbs', line 578
def status_message: () -> ::String
|
#updated_at ⇒ ::Time
579 |
# File 'sig/client.rbs', line 579
def updated_at: () -> ::Time
|