Module: Aws::Route53GlobalResolver::Client::_GetGlobalResolverResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGlobalResolverOutput]
- 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
616 |
# File 'sig/client.rbs', line 616
def arn: () -> ::String
|
#client_token ⇒ ::String
617 |
# File 'sig/client.rbs', line 617
def client_token: () -> ::String
|
#created_at ⇒ ::Time
623 |
# File 'sig/client.rbs', line 623
def created_at: () -> ::Time
|
#description ⇒ ::String
621 |
# File 'sig/client.rbs', line 621
def description: () -> ::String
|
#dns_name ⇒ ::String
618 |
# File 'sig/client.rbs', line 618
def dns_name: () -> ::String
|
#id ⇒ ::String
615 |
# File 'sig/client.rbs', line 615
def id: () -> ::String
|
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
628 |
# File 'sig/client.rbs', line 628
def ip_address_type: () -> ("IPV4" | "DUAL_STACK")
|
#ipv4_addresses ⇒ ::Array[::String]
626 |
# File 'sig/client.rbs', line 626
def ipv4_addresses: () -> ::Array[::String]
|
#ipv6_addresses ⇒ ::Array[::String]
627 |
# File 'sig/client.rbs', line 627
def ipv6_addresses: () -> ::Array[::String]
|
#name ⇒ ::String
620 |
# File 'sig/client.rbs', line 620
def name: () -> ::String
|
#observability_region ⇒ ::String
619 |
# File 'sig/client.rbs', line 619
def observability_region: () -> ::String
|
#regions ⇒ ::Array[::String]
622 |
# File 'sig/client.rbs', line 622
def regions: () -> ::Array[::String]
|
#status ⇒ "CREATING", ...
625 |
# File 'sig/client.rbs', line 625
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "DELETING")
|
#updated_at ⇒ ::Time
624 |
# File 'sig/client.rbs', line 624
def updated_at: () -> ::Time
|