Class: Aws::BedrockAgentCoreControl::Types::GetRegistryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetRegistryRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_id ⇒ String
The identifier of the registry to retrieve.
Instance Attribute Details
#registry_id ⇒ String
The identifier of the registry to retrieve. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.
8170 8171 8172 8173 8174 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8170 class GetRegistryRequest < Struct.new( :registry_id) SENSITIVE = [] include Aws::Structure end |