Class: Aws::Comprehend::Types::DeleteResourcePolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Comprehend::Types::DeleteResourcePolicyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-comprehend/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #policy_revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The revision ID of the policy to delete.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the custom model version that has the policy to delete.
 
Instance Attribute Details
#policy_revision_id ⇒ String
The revision ID of the policy to delete.
      1885 1886 1887 1888 1889 1890  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 1885 class DeleteResourcePolicyRequest < Struct.new( :resource_arn, :policy_revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the custom model version that has the policy to delete.
      1885 1886 1887 1888 1889 1890  | 
    
      # File 'lib/aws-sdk-comprehend/types.rb', line 1885 class DeleteResourcePolicyRequest < Struct.new( :resource_arn, :policy_revision_id) SENSITIVE = [] include Aws::Structure end  |