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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


12402
12403
12404
12405
12406
12407
# File 'lib/aws-sdk-bedrock/types.rb', line 12402

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)


12402
12403
12404
12405
12406
12407
# File 'lib/aws-sdk-bedrock/types.rb', line 12402

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