Class: Aws::BedrockAgentCoreControl::Types::ListRegistryRecordsResponse

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

#next_tokenString

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.

Returns:

  • (String)


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_recordsArray<Types::RegistryRecordSummary>

The list of registry record summaries. For details about the fields in each summary, see the RegistryRecordSummary data type.

Returns:



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