Module: Aws::Route53GlobalResolver::Client::_CreateAccessTokenResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAccessTokenOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #client_token ⇒ ::String
- #created_at ⇒ ::Time
- #dns_view_id ⇒ ::String
- #expires_at ⇒ ::Time
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #value ⇒ ::String
Instance Method Details
#arn ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def arn: () -> ::String
|
#client_token ⇒ ::String
197 |
# File 'sig/client.rbs', line 197
def client_token: () -> ::String
|
#created_at ⇒ ::Time
198 |
# File 'sig/client.rbs', line 198
def created_at: () -> ::Time
|
#dns_view_id ⇒ ::String
199 |
# File 'sig/client.rbs', line 199
def dns_view_id: () -> ::String
|
#expires_at ⇒ ::Time
200 |
# File 'sig/client.rbs', line 200
def expires_at: () -> ::Time
|
#id ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def id: () -> ::String
|
#name ⇒ ::String
201 |
# File 'sig/client.rbs', line 201
def name: () -> ::String
|
#status ⇒ "CREATING", ...
202 |
# File 'sig/client.rbs', line 202
def status: () -> ("CREATING" | "OPERATIONAL" | "DELETING")
|
#value ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def value: () -> ::String
|