Class: Aws::BedrockAgent::Types::GetAgentVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetAgentVersionResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_version ⇒ Types::AgentVersion
Contains details about the version of the agent.
Instance Attribute Details
#agent_version ⇒ Types::AgentVersion
Contains details about the version of the agent.
4941 4942 4943 4944 4945 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4941 class GetAgentVersionResponse < Struct.new( :agent_version) SENSITIVE = [] include Aws::Structure end |