Class: Aws::BedrockAgentCoreControl::Types::GetRegistryRecordRequest

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

#record_idString

The identifier of the registry record to retrieve. You can specify either the Amazon Resource Name (ARN) or the ID of the record.

Returns:

  • (String)


8266
8267
8268
8269
8270
8271
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8266

class GetRegistryRecordRequest < Struct.new(
  :registry_id,
  :record_id)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.

Returns:

  • (String)


8266
8267
8268
8269
8270
8271
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8266

class GetRegistryRecordRequest < Struct.new(
  :registry_id,
  :record_id)
  SENSITIVE = []
  include Aws::Structure
end