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.
7779 7780 7781 |
# File 'sig/types.rbs', line 7779 def connection_notification_set @connection_notification_set end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7780 7781 7782 |
# File 'sig/types.rbs', line 7780 def next_token @next_token end |