Module: Aws::Route53GlobalResolver::Client::_GetAccessSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccessSourceOutput]
- 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
509 |
# File 'sig/client.rbs', line 509
def arn: () -> ::String
|
#cidr ⇒ ::String
510 |
# File 'sig/client.rbs', line 510
def cidr: () -> ::String
|
#created_at ⇒ ::Time
511 |
# File 'sig/client.rbs', line 511
def created_at: () -> ::Time
|
#dns_view_id ⇒ ::String
515 |
# File 'sig/client.rbs', line 515
def dns_view_id: () -> ::String
|
#id ⇒ ::String
512 |
# File 'sig/client.rbs', line 512
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", "IPV6"
513 |
# File 'sig/client.rbs', line 513
def ip_address_type: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
514 |
# File 'sig/client.rbs', line 514
def name: () -> ::String
|
#protocol ⇒ "DO53", ...
516 |
# File 'sig/client.rbs', line 516
def protocol: () -> ("DO53" | "DOH" | "DOT")
|
#status ⇒ "CREATING", ...
517 |
# File 'sig/client.rbs', line 517
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
518 |
# File 'sig/client.rbs', line 518
def updated_at: () -> ::Time
|