Class: Aws::BedrockAgentCoreControl::Types::ListBrowserProfilesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


9865
9866
9867
9868
9869
9870
9871
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9865

class ListBrowserProfilesRequest < Struct.new(
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the browser profile to filter results by.

Returns:

  • (String)


9865
9866
9867
9868
9869
9870
9871
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9865

class ListBrowserProfilesRequest < Struct.new(
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to retrieve the next page of results.

Returns:

  • (String)


9865
9866
9867
9868
9869
9870
9871
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9865

class ListBrowserProfilesRequest < Struct.new(
  :max_results,
  :next_token,
  :name)
  SENSITIVE = []
  include Aws::Structure
end