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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ String

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

Returns:

  • (String)


18364
18365
18366
18367
18368
18369
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18364

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

#connection_notification ⇒ Types::ConnectionNotification

Information about the notification.



18364
18365
18366
18367
18368
18369
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18364

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