Class: Aws::EC2::Types::RejectVpcEndpointConnectionsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RejectVpcEndpointConnectionsResult
 
 
- 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 endpoints that were not rejected, if applicable.
 
Instance Attribute Details
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the endpoints that were not rejected, if applicable.
      56352 56353 56354 56355 56356  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 56352 class RejectVpcEndpointConnectionsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end  |