Module: Aws::BedrockAgentCoreControl::Client::_DeleteGatewayResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#gateway_id::String

Returns:

  • (::String)


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

def gateway_id: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "UPDATING", "UPDATE_UNSUCCESSFUL", "DELETING", "READY", "FAILED")


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

def status: () -> ("CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED")

#status_reasons::Array[::String]

Returns:

  • (::Array[::String])


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

def status_reasons: () -> ::Array[::String]