Class: Aws::BedrockAgentCoreControl::Types::DeletePolicyEngineResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp when the deleted policy engine was originally created.

Returns:

  • (Time)


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

#descriptionString

The human-readable description of the deleted policy engine.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.

Returns:

  • (String)


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

#nameString

The customer-assigned name of the deleted policy engine.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the deleted policy engine. This globally unique identifier confirms which policy engine resource was successfully removed.

Returns:

  • (String)


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_idString

The unique identifier of the policy engine being deleted. This confirms which policy engine the deletion operation targets.

Returns:

  • (String)


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

#statusString

The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.

Returns:

  • (String)


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_reasonsArray<String>

Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.

Returns:

  • (Array<String>)


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_atTime

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.

Returns:

  • (Time)


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