Module: Aws::Route53GlobalResolver::Client::_UpdateAccessSourceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAccessSourceOutput]
- 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
842 |
# File 'sig/client.rbs', line 842
def arn: () -> ::String
|
#cidr ⇒ ::String
843 |
# File 'sig/client.rbs', line 843
def cidr: () -> ::String
|
#created_at ⇒ ::Time
844 |
# File 'sig/client.rbs', line 844
def created_at: () -> ::Time
|
#dns_view_id ⇒ ::String
848 |
# File 'sig/client.rbs', line 848
def dns_view_id: () -> ::String
|
#id ⇒ ::String
845 |
# File 'sig/client.rbs', line 845
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", "IPV6"
846 |
# File 'sig/client.rbs', line 846
def ip_address_type: () -> ("IPV4" | "IPV6")
|
#name ⇒ ::String
847 |
# File 'sig/client.rbs', line 847
def name: () -> ::String
|
#protocol ⇒ "DO53", ...
849 |
# File 'sig/client.rbs', line 849
def protocol: () -> ("DO53" | "DOH" | "DOT")
|
#status ⇒ "CREATING", ...
850 |
# File 'sig/client.rbs', line 850
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
851 |
# File 'sig/client.rbs', line 851
def updated_at: () -> ::Time
|