Class: Aws::BedrockAgentCoreControl::Types::CreateRegistryRecordResponse

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_arnString

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

Returns:

  • (String)


3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3640

class CreateRegistryRecordResponse < Struct.new(
  :record_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the registry record. Set to CREATING while the asynchronous workflow is in progress.

Returns:

  • (String)


3640
3641
3642
3643
3644
3645
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3640

class CreateRegistryRecordResponse < Struct.new(
  :record_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end