Class: Aws::BedrockAgentCoreControl::Types::CreateRegistryRecordResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateRegistryRecordResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record_arn ⇒ String
The Amazon Resource Name (ARN) of the created registry record.
-
#status ⇒ String
The status of the registry record.
Instance Attribute Details
#record_arn ⇒ String
The Amazon Resource Name (ARN) of the created registry record.
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 |
#status ⇒ String
The status of the registry record. Set to CREATING while the
asynchronous workflow is in progress.
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 |