Module: Aws::BedrockAgent::Client::_PrepareAgentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PrepareAgentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_id ⇒ ::String
- #agent_status ⇒ "CREATING", ...
- #agent_version ⇒ ::String
- #prepared_at ⇒ ::Time
Instance Method Details
#agent_id ⇒ ::String
1020 |
# File 'sig/client.rbs', line 1020
def agent_id: () -> ::String
|
#agent_status ⇒ "CREATING", ...
1021 |
# File 'sig/client.rbs', line 1021
def agent_status: () -> ("CREATING" | "PREPARING" | "PREPARED" | "NOT_PREPARED" | "DELETING" | "FAILED" | "VERSIONING" | "UPDATING")
|
#agent_version ⇒ ::String
1022 |
# File 'sig/client.rbs', line 1022
def agent_version: () -> ::String
|
#prepared_at ⇒ ::Time
1023 |
# File 'sig/client.rbs', line 1023
def prepared_at: () -> ::Time
|