Class: Aws::EC2::Types::AcceptVpcEndpointConnectionsResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::AcceptVpcEndpointConnectionsResult
 
- 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 interface endpoints that were not accepted, if applicable. 
Instance Attribute Details
#unsuccessful ⇒ Array<Types::UnsuccessfulItem>
Information about the interface endpoints that were not accepted, if applicable.
| 324 325 326 327 328 | # File 'lib/aws-sdk-ec2/types.rb', line 324 class AcceptVpcEndpointConnectionsResult < Struct.new( :unsuccessful) SENSITIVE = [] include Aws::Structure end |