Module: Aws::BedrockAgent::Client::_PrepareAgentResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#agent_id::String

Returns:

  • (::String)


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

def agent_id: () -> ::String

#agent_status"CREATING", ...

Returns:

  • ("CREATING", "PREPARING", "PREPARED", "NOT_PREPARED", "DELETING", "FAILED", "VERSIONING", "UPDATING")


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

def agent_status: () -> ("CREATING" | "PREPARING" | "PREPARED" | "NOT_PREPARED" | "DELETING" | "FAILED" | "VERSIONING" | "UPDATING")

#agent_version::String

Returns:

  • (::String)


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

def agent_version: () -> ::String

#prepared_at::Time

Returns:

  • (::Time)


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

def prepared_at: () -> ::Time