Module: Aws::Route53GlobalResolver::Client::_CreateFirewallDomainListResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateFirewallDomainListOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #domain_count ⇒ ::Integer
- #global_resolver_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
245 |
# File 'sig/client.rbs', line 245
def arn: () -> ::String
|
#created_at ⇒ ::Time
247 |
# File 'sig/client.rbs', line 247
def created_at: () -> ::Time
|
#description ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def description: () -> ::String
|
#domain_count ⇒ ::Integer
249 |
# File 'sig/client.rbs', line 249
def domain_count: () -> ::Integer
|
#global_resolver_id ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def global_resolver_id: () -> ::String
|
#id ⇒ ::String
250 |
# File 'sig/client.rbs', line 250
def id: () -> ::String
|
#name ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def name: () -> ::String
|
#status ⇒ "CREATING", ...
252 |
# File 'sig/client.rbs', line 252
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
253 |
# File 'sig/client.rbs', line 253
def updated_at: () -> ::Time
|