Class: Aws::BedrockAgent::Types::DeleteResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteResourcePolicyResponse
- 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 removed from.
-
#revision_id ⇒ String
The revision identifier after the resource policy was deleted.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the knowledge base that the resource policy was removed from.
3659 3660 3661 3662 3663 3664 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3659 class DeleteResourcePolicyResponse < Struct.new( :resource_arn, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision identifier after the resource policy was deleted.
3659 3660 3661 3662 3663 3664 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3659 class DeleteResourcePolicyResponse < Struct.new( :resource_arn, :revision_id) SENSITIVE = [] include Aws::Structure end |