Module: Aws::EventBridge::Client::_CreateConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateConnectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #connection_arn ⇒ ::String
- #connection_state ⇒ "CREATING", ...
- #creation_time ⇒ ::Time
- #last_modified_time ⇒ ::Time
Instance Method Details
#connection_arn ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def connection_arn: () -> ::String
|
#connection_state ⇒ "CREATING", ...
139 |
# File 'sig/client.rbs', line 139
def connection_state: () -> ("CREATING" | "UPDATING" | "DELETING" | "AUTHORIZED" | "DEAUTHORIZED" | "AUTHORIZING" | "DEAUTHORIZING" | "ACTIVE" | "FAILED_CONNECTIVITY")
|
#creation_time ⇒ ::Time
140 |
# File 'sig/client.rbs', line 140
def creation_time: () -> ::Time
|
#last_modified_time ⇒ ::Time
141 |
# File 'sig/client.rbs', line 141
def last_modified_time: () -> ::Time
|