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)


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

def gateway_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#status_reasons::Array[::String]

Returns:

  • (::Array[::String])


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

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