Class: Aws::BedrockAgentCoreControl::Types::ListRegistryRecordsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListRegistryRecordsRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#descriptor_type ⇒ String
Filter registry records by their descriptor type.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#name ⇒ String
Filter registry records by name.
-
#next_token ⇒ String
If the total number of results is greater than the
maxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results. -
#registry_id ⇒ String
The identifier of the registry to list records from.
-
#status ⇒ String
Filter registry records by their current status.
Instance Attribute Details
#descriptor_type ⇒ String
Filter registry records by their descriptor type. Possible values
are MCP, A2A, CUSTOM, and AGENT_SKILLS.
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_results ⇒ Integer
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.
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 |
#name ⇒ String
Filter registry records by name.
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_token ⇒ String
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.
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_id ⇒ String
The identifier of the registry to list records from. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.
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 |
#status ⇒ String
Filter registry records by their current status. Possible values
include CREATING, DRAFT, APPROVED, PENDING_APPROVAL,
REJECTED, DEPRECATED, UPDATING, CREATE_FAILED, and
UPDATE_FAILED.
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 |