Class: Aws::BedrockAgentCoreControl::Types::CreateRegistryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateRegistryResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the created registry.
Instance Attribute Details
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the created registry.
3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3716 class CreateRegistryResponse < Struct.new( :registry_arn) SENSITIVE = [] include Aws::Structure end |