Module: Aws::Route53GlobalResolver::Client::_CreateDNSViewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDNSViewOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #client_token ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #dnssec_validation ⇒ "ENABLED", "DISABLED"
- #edns_client_subnet ⇒ "ENABLED", "DISABLED"
- #firewall_rules_fail_open ⇒ "ENABLED", "DISABLED"
- #global_resolver_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
218 |
# File 'sig/client.rbs', line 218
def arn: () -> ::String
|
#client_token ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def client_token: () -> ::String
|
#created_at ⇒ ::Time
226 |
# File 'sig/client.rbs', line 226
def created_at: () -> ::Time
|
#description ⇒ ::String
224 |
# File 'sig/client.rbs', line 224
def description: () -> ::String
|
#dnssec_validation ⇒ "ENABLED", "DISABLED"
220 |
# File 'sig/client.rbs', line 220
def dnssec_validation: () -> ("ENABLED" | "DISABLED")
|
#edns_client_subnet ⇒ "ENABLED", "DISABLED"
221 |
# File 'sig/client.rbs', line 221
def edns_client_subnet: () -> ("ENABLED" | "DISABLED")
|
#firewall_rules_fail_open ⇒ "ENABLED", "DISABLED"
222 |
# File 'sig/client.rbs', line 222
def firewall_rules_fail_open: () -> ("ENABLED" | "DISABLED")
|
#global_resolver_id ⇒ ::String
225 |
# File 'sig/client.rbs', line 225
def global_resolver_id: () -> ::String
|
#id ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def id: () -> ::String
|
#name ⇒ ::String
223 |
# File 'sig/client.rbs', line 223
def name: () -> ::String
|
#status ⇒ "CREATING", ...
228 |
# File 'sig/client.rbs', line 228
def status: () -> ("CREATING" | "OPERATIONAL" | "UPDATING" | "ENABLING" | "DISABLING" | "DISABLED" | "DELETING")
|
#updated_at ⇒ ::Time
227 |
# File 'sig/client.rbs', line 227
def updated_at: () -> ::Time
|