Module: Aws::Route53GlobalResolver::Client::_DeleteAccessSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteAccessSourceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cidr ⇒ ::String
- #created_at ⇒ ::Time
- #dns_view_id ⇒ ::String
- #id ⇒ ::String
- #ip_address_type ⇒ "IPV4", "IPV6"
- #name ⇒ ::String
- #protocol ⇒ "DO53", ...
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def arn: () -> ::String
|
#cidr ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def cidr: () -> ::String
|
#created_at ⇒ ::Time
337 |
# File 'sig/client.rbs', line 337
def created_at: () -> ::Time
|
#dns_view_id ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def dns_view_id: () -> ::String
|
#id ⇒ ::String
338 |
# File 'sig/client.rbs', line 338
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", "IPV6"
339 |
# File 'sig/client.rbs', line 339
def ip_address_type: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
340 |
# File 'sig/client.rbs', line 340
def name: () -> ::String
|
#protocol ⇒ "DO53", ...
342 |
# File 'sig/client.rbs', line 342
def protocol: () -> ("DO53" | "DOH" | "DOT")
|
#status ⇒ "CREATING", ...
343 |
# File 'sig/client.rbs', line 343
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
344 |
# File 'sig/client.rbs', line 344
def updated_at: () -> ::Time
|