Class: Aws::BedrockAgentCoreControl::Types::CreateAgentRuntimeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateAgentRuntimeEndpointRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime to create an endpoint for.
-
#agent_runtime_version ⇒ String
The version of the AgentCore Runtime to use for the endpoint.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#description ⇒ String
The description of the AgentCore Runtime endpoint.
-
#name ⇒ String
The name of the AgentCore Runtime endpoint.
-
#tags ⇒ Hash<String,String>
A map of tag keys and values to assign to the agent runtime endpoint.
Instance Attribute Details
#agent_runtime_id ⇒ String
The unique identifier of the AgentCore Runtime to create an endpoint for.
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1452 class CreateAgentRuntimeEndpointRequest < Struct.new( :agent_runtime_id, :name, :agent_runtime_version, :description, :client_token, :tags) SENSITIVE = [:name] include Aws::Structure end |
#agent_runtime_version ⇒ String
The version of the AgentCore Runtime to use for the endpoint.
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1452 class CreateAgentRuntimeEndpointRequest < Struct.new( :agent_runtime_id, :name, :agent_runtime_version, :description, :client_token, :tags) SENSITIVE = [:name] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1452 class CreateAgentRuntimeEndpointRequest < Struct.new( :agent_runtime_id, :name, :agent_runtime_version, :description, :client_token, :tags) SENSITIVE = [:name] include Aws::Structure end |
#description ⇒ String
The description of the AgentCore Runtime endpoint.
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1452 class CreateAgentRuntimeEndpointRequest < Struct.new( :agent_runtime_id, :name, :agent_runtime_version, :description, :client_token, :tags) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the AgentCore Runtime endpoint.
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1452 class CreateAgentRuntimeEndpointRequest < Struct.new( :agent_runtime_id, :name, :agent_runtime_version, :description, :client_token, :tags) SENSITIVE = [:name] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of tag keys and values to assign to the agent runtime endpoint. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1452 class CreateAgentRuntimeEndpointRequest < Struct.new( :agent_runtime_id, :name, :agent_runtime_version, :description, :client_token, :tags) SENSITIVE = [:name] include Aws::Structure end |