Class: Aws::Bedrock::Types::PutResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the Bedrock resource to which this resource policy applies.

Returns:

  • (String)


12019
12020
12021
12022
12023
12024
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12019

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :resource_policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_policyString

The JSON string representing the Bedrock resource policy.

Returns:

  • (String)


12019
12020
12021
12022
12023
12024
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12019

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :resource_policy)
  SENSITIVE = []
  include Aws::Structure
end