Class: Aws::BedrockAgentCoreControl::Types::CreateRegistryResponse

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

#registry_arnString

The Amazon Resource Name (ARN) of the created registry.

Returns:

  • (String)


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