Class: Aws::BedrockAgentCoreControl::Types::CreateBrowserProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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

#descriptionString

A description of the browser profile. Use this field to describe the purpose or contents of the profile.

Returns:

  • (String)


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

#nameString

The name of the browser profile. The name must be unique within your account and can contain alphanumeric characters and underscores.

Returns:

  • (String)


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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


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