Class: Aws::Bedrock::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::PutResourcePolicyResponse
- 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.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the Bedrock resource to which this resource policy applies.
12033 12034 12035 12036 12037 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12033 class PutResourcePolicyResponse < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |