Class: Aws::BedrockAgent::Types::DeleteResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the knowledge base that the resource policy was removed from.

Returns:

  • (String)


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_idString

The revision identifier after the resource policy was deleted.

Returns:

  • (String)


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