Class: Aws::BedrockAgent::Types::GetResourcePolicyResponse

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

#policyString

The JSON-formatted resource policy associated with the knowledge base.

Returns:

  • (String)


5636
5637
5638
5639
5640
5641
5642
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5636

class GetResourcePolicyResponse < Struct.new(
  :resource_arn,
  :policy,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the knowledge base that the resource policy is associated with.

Returns:

  • (String)


5636
5637
5638
5639
5640
5641
5642
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5636

class GetResourcePolicyResponse < Struct.new(
  :resource_arn,
  :policy,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The revision identifier of the resource policy.

Returns:

  • (String)


5636
5637
5638
5639
5640
5641
5642
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5636

class GetResourcePolicyResponse < Struct.new(
  :resource_arn,
  :policy,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end