Module: Aws::CloudWatchEvents::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
238 |
# File 'sig/client.rbs', line 238
def connection_arn: () -> ::String
|
#connection_state ⇒ "CREATING", ...
239 |
# File 'sig/client.rbs', line 239
def connection_state: () -> ("CREATING" | "UPDATING" | "DELETING" | "AUTHORIZED" | "DEAUTHORIZED" | "AUTHORIZING" | "DEAUTHORIZING")
|
#creation_time ⇒ ::Time
240 |
# File 'sig/client.rbs', line 240
def creation_time: () -> ::Time
|
#last_authorized_time ⇒ ::Time
242 |
# File 'sig/client.rbs', line 242
def last_authorized_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
241 |
# File 'sig/client.rbs', line 241
def last_modified_time: () -> ::Time
|