Class: Aws::Types::DescribeVpcEndpointConnectionNotificationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointConnectionNotificationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_notification_set ⇒ ::Array[Types::ConnectionNotification]
Returns the value of attribute connection_notification_set.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#connection_notification_set ⇒ ::Array[Types::ConnectionNotification]
Returns the value of attribute connection_notification_set.
8052 8053 8054 |
# File 'sig/types.rbs', line 8052 def connection_notification_set @connection_notification_set end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8053 8054 8055 |
# File 'sig/types.rbs', line 8053 def next_token @next_token end |