Class: Aws::Comprehend::Types::DeleteResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_revision_idString

The revision ID of the policy to delete.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1885

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

#resource_arnString

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

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1885

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