Class: Aws::VPCLattice::Types::DeleteResourcePolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VPCLattice::Types::DeleteResourcePolicyRequest
 
 
- Defined in:
 - gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the resource.
 
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
      1391 1392 1393 1394 1395  | 
    
      # File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1391 class DeleteResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end  |