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.
14944 14945 14946 |
# File 'sig/types.rbs', line 14944 def connection_events @connection_events end |
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
14943 14944 14945 |
# File 'sig/types.rbs', line 14943 def connection_notification_arn @connection_notification_arn end |
#connection_notification_id ⇒ ::String
Returns the value of attribute connection_notification_id.
14942 14943 14944 |
# File 'sig/types.rbs', line 14942 def connection_notification_id @connection_notification_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14941 14942 14943 |
# File 'sig/types.rbs', line 14941 def dry_run @dry_run end |