Class: Aws::BedrockAgentCoreControl::Types::UpdateRegistryRecordStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdateRegistryRecordStatusResponse
- 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.
-
#status_reason ⇒ String
The reason for the status change.
-
#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.
17585 17586 17587 17588 17589 17590 17591 17592 17593 17594 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585 class UpdateRegistryRecordStatusResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#record_id ⇒ String
The unique identifier of the registry record.
17585 17586 17587 17588 17589 17590 17591 17592 17593 17594 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585 class UpdateRegistryRecordStatusResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the registry that contains the record.
17585 17586 17587 17588 17589 17590 17591 17592 17593 17594 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585 class UpdateRegistryRecordStatusResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The resulting status of the registry record.
17585 17586 17587 17588 17589 17590 17591 17592 17593 17594 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585 class UpdateRegistryRecordStatusResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the status change.
17585 17586 17587 17588 17589 17590 17591 17592 17593 17594 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585 class UpdateRegistryRecordStatusResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the record was last updated.
17585 17586 17587 17588 17589 17590 17591 17592 17593 17594 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17585 class UpdateRegistryRecordStatusResponse < Struct.new( :registry_arn, :record_arn, :record_id, :status, :status_reason, :updated_at) SENSITIVE = [] include Aws::Structure end |