Class: Aws::BedrockAgentCoreControl::Types::DeletePolicyEngineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeletePolicyEngineResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the deleted policy engine was originally created.
-
#description ⇒ String
The human-readable description of the deleted policy engine.
-
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.
-
#name ⇒ String
The customer-assigned name of the deleted policy engine.
-
#policy_engine_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted policy engine.
-
#policy_engine_id ⇒ String
The unique identifier of the policy engine being deleted.
-
#status ⇒ String
The status of the policy engine deletion operation.
-
#status_reasons ⇒ Array<String>
Additional information about the deletion status.
-
#updated_at ⇒ Time
The timestamp when the deleted policy engine was last modified before deletion.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the deleted policy engine was originally created.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5114 class DeletePolicyEngineResponse < Struct.new( :policy_engine_id, :name, :created_at, :updated_at, :policy_engine_arn, :status, :encryption_key_arn, :description, :status_reasons) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The human-readable description of the deleted policy engine.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5114 class DeletePolicyEngineResponse < Struct.new( :policy_engine_id, :name, :created_at, :updated_at, :policy_engine_arn, :status, :encryption_key_arn, :description, :status_reasons) SENSITIVE = [:description] include Aws::Structure end |
#encryption_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5114 class DeletePolicyEngineResponse < Struct.new( :policy_engine_id, :name, :created_at, :updated_at, :policy_engine_arn, :status, :encryption_key_arn, :description, :status_reasons) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The customer-assigned name of the deleted policy engine.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5114 class DeletePolicyEngineResponse < Struct.new( :policy_engine_id, :name, :created_at, :updated_at, :policy_engine_arn, :status, :encryption_key_arn, :description, :status_reasons) SENSITIVE = [:description] include Aws::Structure end |
#policy_engine_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted policy engine. This globally unique identifier confirms which policy engine resource was successfully removed.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5114 class DeletePolicyEngineResponse < Struct.new( :policy_engine_id, :name, :created_at, :updated_at, :policy_engine_arn, :status, :encryption_key_arn, :description, :status_reasons) SENSITIVE = [:description] include Aws::Structure end |
#policy_engine_id ⇒ String
The unique identifier of the policy engine being deleted. This confirms which policy engine the deletion operation targets.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5114 class DeletePolicyEngineResponse < Struct.new( :policy_engine_id, :name, :created_at, :updated_at, :policy_engine_arn, :status, :encryption_key_arn, :description, :status_reasons) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5114 class DeletePolicyEngineResponse < Struct.new( :policy_engine_id, :name, :created_at, :updated_at, :policy_engine_arn, :status, :encryption_key_arn, :description, :status_reasons) SENSITIVE = [:description] include Aws::Structure end |
#status_reasons ⇒ Array<String>
Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5114 class DeletePolicyEngineResponse < Struct.new( :policy_engine_id, :name, :created_at, :updated_at, :policy_engine_arn, :status, :encryption_key_arn, :description, :status_reasons) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the deleted policy engine was last modified before deletion. This tracks the final state of the policy engine before it was removed from the system.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5114 class DeletePolicyEngineResponse < Struct.new( :policy_engine_id, :name, :created_at, :updated_at, :policy_engine_arn, :status, :encryption_key_arn, :description, :status_reasons) SENSITIVE = [:description] include Aws::Structure end |