Class: Aws::BedrockAgentCoreControl::Types::SubmitRegistryRecordForApprovalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SubmitRegistryRecordForApprovalResponse
- 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 registry record.
-
#record_id ⇒ String
The unique identifier of the registry record.
-
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the registry that contains the record.
-
#status ⇒ String
The resulting status of the registry record after submission.
-
#updated_at ⇒ Time
The timestamp when the record was last updated.
Instance Attribute Details
#record_arn ⇒ String
The Amazon Resource Name (ARN) of the registry record.
15058 15059 15060 15061 15062 15063 15064 15065 15066 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058 class SubmitRegistryRecordForApprovalResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#record_id ⇒ String
The unique identifier of the registry record.
15058 15059 15060 15061 15062 15063 15064 15065 15066 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058 class SubmitRegistryRecordForApprovalResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the registry that contains the record.
15058 15059 15060 15061 15062 15063 15064 15065 15066 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058 class SubmitRegistryRecordForApprovalResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The resulting status of the registry record after submission.
15058 15059 15060 15061 15062 15063 15064 15065 15066 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058 class SubmitRegistryRecordForApprovalResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the record was last updated.
15058 15059 15060 15061 15062 15063 15064 15065 15066 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 15058 class SubmitRegistryRecordForApprovalResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |