Module: Aws::EventBridge::Client::_DeauthorizeConnectionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeauthorizeConnectionResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#connection_arn::String

Returns:

  • (::String)


258
# File 'sig/client.rbs', line 258

def connection_arn: () -> ::String

#connection_state"CREATING", ...

Returns:

  • ("CREATING", "UPDATING", "DELETING", "AUTHORIZED", "DEAUTHORIZED", "AUTHORIZING", "DEAUTHORIZING", "ACTIVE", "FAILED_CONNECTIVITY")


259
# File 'sig/client.rbs', line 259

def connection_state: () -> ("CREATING" | "UPDATING" | "DELETING" | "AUTHORIZED" | "DEAUTHORIZED" | "AUTHORIZING" | "DEAUTHORIZING" | "ACTIVE" | "FAILED_CONNECTIVITY")

#creation_time::Time

Returns:

  • (::Time)


260
# File 'sig/client.rbs', line 260

def creation_time: () -> ::Time

#last_authorized_time::Time

Returns:

  • (::Time)


262
# File 'sig/client.rbs', line 262

def last_authorized_time: () -> ::Time

#last_modified_time::Time

Returns:

  • (::Time)


261
# File 'sig/client.rbs', line 261

def last_modified_time: () -> ::Time