Class: Aws::BedrockAgent::Types::PrepareAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PrepareAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
PrepareAgent Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
Identifier for a resource.
-
#agent_status ⇒ String
Schema Type for Action APIs.
-
#agent_version ⇒ String
Agent Version.
-
#prepared_at ⇒ Time
Time Stamp.
Instance Attribute Details
#agent_id ⇒ String
Identifier for a resource.
2582 2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2582 class PrepareAgentResponse < Struct.new( :agent_id, :agent_status, :agent_version, :prepared_at) SENSITIVE = [] include Aws::Structure end |
#agent_status ⇒ String
Schema Type for Action APIs.
2582 2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2582 class PrepareAgentResponse < Struct.new( :agent_id, :agent_status, :agent_version, :prepared_at) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
Agent Version.
2582 2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2582 class PrepareAgentResponse < Struct.new( :agent_id, :agent_status, :agent_version, :prepared_at) SENSITIVE = [] include Aws::Structure end |
#prepared_at ⇒ Time
Time Stamp.
2582 2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2582 class PrepareAgentResponse < Struct.new( :agent_id, :agent_status, :agent_version, :prepared_at) SENSITIVE = [] include Aws::Structure end |