Module: Aws::EventBridge::Client::_DeleteConnectionResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#connection_arn::String

Returns:

  • (::String)


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

def connection_arn: () -> ::String

#connection_state"CREATING", ...

Returns:

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


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

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

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#last_authorized_time::Time

Returns:

  • (::Time)


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

def last_authorized_time: () -> ::Time

#last_modified_time::Time

Returns:

  • (::Time)


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

def last_modified_time: () -> ::Time