Class: Aws::BedrockAgentCoreControl::Types::GetResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource policy associated with the specified resource.

Returns:

  • (String)


8466
8467
8468
8469
8470
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8466

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