Class: Aws::BedrockAgentCoreControl::Types::UpdatePolicyResponse

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 original creation timestamp of the policy.

Returns:

  • (Time)


17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end

#definitionTypes::PolicyDefinition

The updated Cedar policy statement.



17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The updated description of the policy.

Returns:

  • (String)


17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end

#nameString

The name of the updated policy.

Returns:

  • (String)


17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end

#policy_arnString

The ARN of the updated policy.

Returns:

  • (String)


17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end

#policy_engine_idString

The identifier of the policy engine managing the updated policy.

Returns:

  • (String)


17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end

#policy_idString

The unique identifier of the updated policy.

Returns:

  • (String)


17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The current status of the updated policy.

Returns:

  • (String)


17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end

#status_reasonsArray<String>

Additional information about the update status.

Returns:

  • (Array<String>)


17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The timestamp when the policy was last updated.

Returns:

  • (Time)


17357
17358
17359
17360
17361
17362
17363
17364
17365
17366
17367
17368
17369
17370
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 17357

class UpdatePolicyResponse < Struct.new(
  :policy_id,
  :name,
  :policy_engine_id,
  :created_at,
  :updated_at,
  :policy_arn,
  :status,
  :definition,
  :description,
  :status_reasons)
  SENSITIVE = [:description]
  include Aws::Structure
end