Class: Aws::EC2::Types::DeleteVpcEndpointsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteVpcEndpointsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #unsuccessful  ⇒ Array<Types::UnsuccessfulItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the VPC endpoints that were not successfully deleted.
 
Instance Attribute Details
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the VPC endpoints that were not successfully deleted.
      17280 17281 17282 17283 17284  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 17280 class DeleteVpcEndpointsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end  |