Class: Aws::BedrockAgentCoreControl::Types::CreateBrowserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateBrowserProfileRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time.
-
#description ⇒ String
A description of the browser profile.
-
#name ⇒ String
The name of the browser profile.
-
#tags ⇒ Hash<String,String>
A map of tag keys and values to assign to the browser profile.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request but does not return an error.
A suitable default value is auto-generated. You should normally not need to pass this option.
1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1704 class CreateBrowserProfileRequest < Struct.new( :name, :description, :client_token, :tags) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
A description of the browser profile. Use this field to describe the purpose or contents of the profile.
1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1704 class CreateBrowserProfileRequest < Struct.new( :name, :description, :client_token, :tags) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the browser profile. The name must be unique within your account and can contain alphanumeric characters and underscores.
1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1704 class CreateBrowserProfileRequest < Struct.new( :name, :description, :client_token, :tags) SENSITIVE = [:description] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of tag keys and values to assign to the browser profile. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.
1704 1705 1706 1707 1708 1709 1710 1711 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1704 class CreateBrowserProfileRequest < Struct.new( :name, :description, :client_token, :tags) SENSITIVE = [:description] include Aws::Structure end |