Module: Aws::Route53GlobalResolver::Client::_UpdateGlobalResolverResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateGlobalResolverOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #client_token ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #dns_name ⇒ ::String
- #id ⇒ ::String
- #ip_address_type ⇒ "IPV4", "DUAL_STACK"
- #ipv4_addresses ⇒ ::Array[::String]
- #ipv6_addresses ⇒ ::Array[::String]
- #name ⇒ ::String
- #observability_region ⇒ ::String
- #regions ⇒ ::Array[::String]
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
955 |
# File 'sig/client.rbs', line 955
def arn: () -> ::String
|
#client_token ⇒ ::String
956 |
# File 'sig/client.rbs', line 956
def client_token: () -> ::String
|
#created_at ⇒ ::Time
962 |
# File 'sig/client.rbs', line 962
def created_at: () -> ::Time
|
#description ⇒ ::String
960 |
# File 'sig/client.rbs', line 960
def description: () -> ::String
|
#dns_name ⇒ ::String
957 |
# File 'sig/client.rbs', line 957
def dns_name: () -> ::String
|
#id ⇒ ::String
954 |
# File 'sig/client.rbs', line 954
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
967 |
# File 'sig/client.rbs', line 967
def ip_address_type: () -> ("IPV4" | "DUAL_STACK")
|
#ipv4_addresses ⇒ ::Array[::String]
965 |
# File 'sig/client.rbs', line 965
def ipv4_addresses: () -> ::Array[::String]
|
#ipv6_addresses ⇒ ::Array[::String]
966 |
# File 'sig/client.rbs', line 966
def ipv6_addresses: () -> ::Array[::String]
|
#name ⇒ ::String
959 |
# File 'sig/client.rbs', line 959
def name: () -> ::String
|
#observability_region ⇒ ::String
958 |
# File 'sig/client.rbs', line 958
def observability_region: () -> ::String
|
#regions ⇒ ::Array[::String]
961 |
# File 'sig/client.rbs', line 961
def regions: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
964 |
# File 'sig/client.rbs', line 964
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
963 |
# File 'sig/client.rbs', line 963
def updated_at: () -> ::Time
|