Class: Aws::Types::ModifyVpcEndpointConnectionNotificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcEndpointConnectionNotificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_events ⇒ ::Array[::String]
Returns the value of attribute connection_events.
-
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
-
#connection_notification_id ⇒ ::String
Returns the value of attribute connection_notification_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#connection_events ⇒ ::Array[::String]
Returns the value of attribute connection_events.
14302 14303 14304 |
# File 'sig/types.rbs', line 14302 def connection_events @connection_events end |
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
14301 14302 14303 |
# File 'sig/types.rbs', line 14301 def connection_notification_arn @connection_notification_arn end |
#connection_notification_id ⇒ ::String
Returns the value of attribute connection_notification_id.
14300 14301 14302 |
# File 'sig/types.rbs', line 14300 def connection_notification_id @connection_notification_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14299 14300 14301 |
# File 'sig/types.rbs', line 14299 def dry_run @dry_run end |