Class: Aws::EC2::Types::CreateVpcEndpointConnectionNotificationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.

Returns:

  • (String)


7020
7021
7022
7023
7024
# File 'lib/aws-sdk-ec2/types.rb', line 7020

class CreateVpcEndpointConnectionNotificationResult < Struct.new(
  :connection_notification,
  :client_token)
  include Aws::Structure
end

#connection_notificationTypes::ConnectionNotification

Information about the notification.



7020
7021
7022
7023
7024
# File 'lib/aws-sdk-ec2/types.rb', line 7020

class CreateVpcEndpointConnectionNotificationResult < Struct.new(
  :connection_notification,
  :client_token)
  include Aws::Structure
end