Class: Aws::BedrockAgentCoreControl::Types::ListRegistryRecordsRequest

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

#descriptor_typeString

Filter registry records by their descriptor type. Possible values are MCP, A2A, CUSTOM, and AGENT_SKILLS.

Returns:

  • (String)


11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11200

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

#max_resultsInteger

The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the nextToken field when making another request to return the next batch of results.

Returns:

  • (Integer)


11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11200

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

#nameString

Filter registry records by name.

Returns:

  • (String)


11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11200

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

#next_tokenString

If the total number of results is greater than the maxResults value provided in the request, enter the token returned in the nextToken field in the response in this field to return the next batch of results.

Returns:

  • (String)


11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11200

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

#registry_idString

The identifier of the registry to list records from. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.

Returns:

  • (String)


11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11200

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

#statusString

Filter registry records by their current status. Possible values include CREATING, DRAFT, APPROVED, PENDING_APPROVAL, REJECTED, DEPRECATED, UPDATING, CREATE_FAILED, and UPDATE_FAILED.

Returns:

  • (String)


11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11200

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