Class: Aws::BedrockAgent::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PutResourcePolicyResponse
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the knowledge base that the resource policy was attached to.
-
#revision_id ⇒ String
The revision identifier of the resource policy.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the knowledge base that the resource policy was attached to.
9143 9144 9145 9146 9147 9148 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9143 class PutResourcePolicyResponse < Struct.new( :resource_arn, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision identifier of the resource policy. Use this value in
the expectedRevisionId field of a subsequent PutResourcePolicy
or DeleteResourcePolicy request.
9143 9144 9145 9146 9147 9148 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 9143 class PutResourcePolicyResponse < Struct.new( :resource_arn, :revision_id) SENSITIVE = [] include Aws::Structure end |