Module: Aws::EventBridge::Client::_DeauthorizeConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeauthorizeConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #connection_arn ⇒ ::String
- #connection_state ⇒ "CREATING", ...
- #creation_time ⇒ ::Time
- #last_authorized_time ⇒ ::Time
- #last_modified_time ⇒ ::Time
Instance Method Details
#connection_arn ⇒ ::String
258 |
# File 'sig/client.rbs', line 258
def connection_arn: () -> ::String
|
#connection_state ⇒ "CREATING", ...
259 |
# File 'sig/client.rbs', line 259
def connection_state: () -> ("CREATING" | "UPDATING" | "DELETING" | "AUTHORIZED" | "DEAUTHORIZED" | "AUTHORIZING" | "DEAUTHORIZING" | "ACTIVE" | "FAILED_CONNECTIVITY")
|
#creation_time ⇒ ::Time
260 |
# File 'sig/client.rbs', line 260
def creation_time: () -> ::Time
|
#last_authorized_time ⇒ ::Time
262 |
# File 'sig/client.rbs', line 262
def last_authorized_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
261 |
# File 'sig/client.rbs', line 261
def last_modified_time: () -> ::Time
|