Module: Aws::EventBridge::Client::_UpdateConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateConnectionResponse]
- 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
1010 |
# File 'sig/client.rbs', line 1010
def connection_arn: () -> ::String
|
#connection_state ⇒ "CREATING", ...
1011 |
# File 'sig/client.rbs', line 1011
def connection_state: () -> ("CREATING" | "UPDATING" | "DELETING" | "AUTHORIZED" | "DEAUTHORIZED" | "AUTHORIZING" | "DEAUTHORIZING" | "ACTIVE" | "FAILED_CONNECTIVITY")
|
#creation_time ⇒ ::Time
1012 |
# File 'sig/client.rbs', line 1012
def creation_time: () -> ::Time
|
#last_authorized_time ⇒ ::Time
1014 |
# File 'sig/client.rbs', line 1014
def last_authorized_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
1013 |
# File 'sig/client.rbs', line 1013
def last_modified_time: () -> ::Time
|