Module: Aws::Route53GlobalResolver::Client::_GetAccessTokenResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccessTokenOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #client_token ⇒ ::String
- #created_at ⇒ ::Time
- #dns_view_id ⇒ ::String
- #expires_at ⇒ ::Time
- #global_resolver_id ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
- #value ⇒ ::String
Instance Method Details
#arn ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def arn: () -> ::String
|
#client_token ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def client_token: () -> ::String
|
#created_at ⇒ ::Time
531 |
# File 'sig/client.rbs', line 531
def created_at: () -> ::Time
|
#dns_view_id ⇒ ::String
532 |
# File 'sig/client.rbs', line 532
def dns_view_id: () -> ::String
|
#expires_at ⇒ ::Time
533 |
# File 'sig/client.rbs', line 533
def expires_at: () -> ::Time
|
#global_resolver_id ⇒ ::String
534 |
# File 'sig/client.rbs', line 534
def global_resolver_id: () -> ::String
|
#id ⇒ ::String
528 |
# File 'sig/client.rbs', line 528
def id: () -> ::String
|
#name ⇒ ::String
535 |
# File 'sig/client.rbs', line 535
def name: () -> ::String
|
#status ⇒ "CREATING", ...
536 |
# File 'sig/client.rbs', line 536
def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
|
#updated_at ⇒ ::Time
537 |
# File 'sig/client.rbs', line 537
def updated_at: () -> ::Time
|
#value ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def value: () -> ::String
|