Class: Aws::BedrockAgentCoreControl::Types::UpdateRegistryRecordStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdateRegistryRecordStatusRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record_id ⇒ String
The identifier of the registry record to update the status for.
-
#registry_id ⇒ String
The identifier of the registry containing the record.
-
#status ⇒ String
The target status for the registry record.
-
#status_reason ⇒ String
The reason for the status change, such as why the record was approved or rejected.
Instance Attribute Details
#record_id ⇒ String
The identifier of the registry record to update the status for. You can specify either the Amazon Resource Name (ARN) or the ID of the record.
17549 17550 17551 17552 17553 17554 17555 17556 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17549 class UpdateRegistryRecordStatusRequest < Struct.new( :registry_id, :record_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.
17549 17550 17551 17552 17553 17554 17555 17556 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17549 class UpdateRegistryRecordStatusRequest < Struct.new( :registry_id, :record_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The target status for the registry record.
17549 17550 17551 17552 17553 17554 17555 17556 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17549 class UpdateRegistryRecordStatusRequest < Struct.new( :registry_id, :record_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the status change, such as why the record was approved or rejected.
17549 17550 17551 17552 17553 17554 17555 17556 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17549 class UpdateRegistryRecordStatusRequest < Struct.new( :registry_id, :record_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |