Class: Aws::BedrockAgentCoreControl::Types::GetRegistryRecordRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetRegistryRecordRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record_id ⇒ String
The identifier of the registry record to retrieve.
-
#registry_id ⇒ String
The identifier of the registry containing the record.
Instance Attribute Details
#record_id ⇒ String
The identifier of the registry record to retrieve. You can specify either the Amazon Resource Name (ARN) or the ID of the record.
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_id ⇒ String
The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.
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 |