Module: Aws::EventBridge::Client::_DeleteConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteConnectionResponse]
- 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
290 |
# File 'sig/client.rbs', line 290
def connection_arn: () -> ::String
|
#connection_state ⇒ "CREATING", ...
291 |
# File 'sig/client.rbs', line 291
def connection_state: () -> ("CREATING" | "UPDATING" | "DELETING" | "AUTHORIZED" | "DEAUTHORIZED" | "AUTHORIZING" | "DEAUTHORIZING" | "ACTIVE" | "FAILED_CONNECTIVITY")
|
#creation_time ⇒ ::Time
292 |
# File 'sig/client.rbs', line 292
def creation_time: () -> ::Time
|
#last_authorized_time ⇒ ::Time
294 |
# File 'sig/client.rbs', line 294
def last_authorized_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
293 |
# File 'sig/client.rbs', line 293
def last_modified_time: () -> ::Time
|