Class: Aws::Comprehend::Types::DescribeResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model version that has the resource policy.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model version that has the resource policy.
2212 2213 2214 2215 2216 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2212 class DescribeResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |