Class: Aws::Types::CreateVpcEndpointConnectionNotificationResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcEndpointConnectionNotificationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_notification ⇒ Types::ConnectionNotification
Returns the value of attribute connection_notification.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def client_token @client_token end |
#connection_notification ⇒ Types::ConnectionNotification
Returns the value of attribute connection_notification.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def connection_notification @connection_notification end |