Class: Aws::EC2::Types::CreateVpcEndpointConnectionNotificationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateVpcEndpointConnectionNotificationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #connection_notification  ⇒ Types::ConnectionNotification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the notification.
 
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      13929 13930 13931 13932 13933 13934  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13929 class CreateVpcEndpointConnectionNotificationResult < Struct.new( :connection_notification, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#connection_notification ⇒ Types::ConnectionNotification
Information about the notification.
      13929 13930 13931 13932 13933 13934  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13929 class CreateVpcEndpointConnectionNotificationResult < Struct.new( :connection_notification, :client_token) SENSITIVE = [] include Aws::Structure end  |