Class: Aws::Comprehend::Types::DescribeResourcePolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the custom model version that has the resource policy.

Returns:

  • (String)


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