Class: Aws::Types::DeleteVpcEndpointConnectionNotificationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcEndpointConnectionNotificationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_notification_ids ⇒ ::Array[::String]
Returns the value of attribute connection_notification_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#connection_notification_ids ⇒ ::Array[::String]
Returns the value of attribute connection_notification_ids.
4909 4910 4911 |
# File 'sig/types.rbs', line 4909 def connection_notification_ids @connection_notification_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4908 4909 4910 |
# File 'sig/types.rbs', line 4908 def dry_run @dry_run end |