Class: Aws::BedrockAgentCoreControl::Types::UpdatePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UpdatePolicyResponse
- 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 original creation timestamp of the policy.
-
#definition ⇒ Types::PolicyDefinition
The updated Cedar policy statement.
-
#description ⇒ String
The updated description of the policy.
-
#name ⇒ String
The name of the updated policy.
-
#policy_arn ⇒ String
The ARN of the updated policy.
-
#policy_engine_id ⇒ String
The identifier of the policy engine managing the updated policy.
-
#policy_id ⇒ String
The unique identifier of the updated policy.
-
#status ⇒ String
The current status of the updated policy.
-
#status_reasons ⇒ Array<String>
Additional information about the update status.
-
#updated_at ⇒ Time
The timestamp when the policy was last updated.
Instance Attribute Details
#created_at ⇒ Time
The original creation timestamp of the policy.
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 |
#definition ⇒ Types::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 |
#description ⇒ String
The updated description of the policy.
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 |
#name ⇒ String
The name of the updated policy.
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_arn ⇒ String
The ARN of the updated policy.
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_id ⇒ String
The identifier of the policy engine managing the updated policy.
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_id ⇒ String
The unique identifier of the updated policy.
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 ⇒ String
The current status of the updated policy.
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_reasons ⇒ Array<String>
Additional information about the update status.
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_at ⇒ Time
The timestamp when the policy was last updated.
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 |