Class: Aws::BedrockAgentCoreControl::Types::ListRegistryRecordsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListRegistryRecordsResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results. -
#registry_records ⇒ Array<Types::RegistryRecordSummary>
The list of registry record summaries.
Instance Attribute Details
#next_token ⇒ String
If the total number of results is greater than the maxResults
value provided in the request, use this token when making another
request in the nextToken field to return the next batch of
results.
11225 11226 11227 11228 11229 11230 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11225 class ListRegistryRecordsResponse < Struct.new( :registry_records, :next_token) SENSITIVE = [] include Aws::Structure end |
#registry_records ⇒ Array<Types::RegistryRecordSummary>
The list of registry record summaries. For details about the fields
in each summary, see the RegistryRecordSummary data type.
11225 11226 11227 11228 11229 11230 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11225 class ListRegistryRecordsResponse < Struct.new( :registry_records, :next_token) SENSITIVE = [] include Aws::Structure end |