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