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.
5120 5121 5122 |
# File 'sig/types.rbs', line 5120 def connection_notification_ids @connection_notification_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5119 5120 5121 |
# File 'sig/types.rbs', line 5119 def dry_run @dry_run end |