Class: Aws::BedrockAgent::Types::GetAgentAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetAgentAliasRequest
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_alias_id ⇒ String
The unique identifier of the alias for which to get information.
-
#agent_id ⇒ String
The unique identifier of the agent to which the alias to get information belongs.
Instance Attribute Details
#agent_alias_id ⇒ String
The unique identifier of the alias for which to get information.
4848 4849 4850 4851 4852 4853 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4848 class GetAgentAliasRequest < Struct.new( :agent_id, :agent_alias_id) SENSITIVE = [] include Aws::Structure end |
#agent_id ⇒ String
The unique identifier of the agent to which the alias to get information belongs.
4848 4849 4850 4851 4852 4853 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4848 class GetAgentAliasRequest < Struct.new( :agent_id, :agent_alias_id) SENSITIVE = [] include Aws::Structure end |