Class: Aws::Bedrock::Types::PutResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::PutResourcePolicyRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the Bedrock resource to which this resource policy applies.
-
#resource_policy ⇒ String
The JSON string representing the Bedrock resource policy.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the Bedrock resource to which this resource policy applies.
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_policy ⇒ String
The JSON string representing the Bedrock resource policy.
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 |