Class: Aws::Types::ConnectionNotification
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionNotification
- 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.
-
#connection_notification_state ⇒ "Enabled", "Disabled"
Returns the value of attribute connection_notification_state.
-
#connection_notification_type ⇒ "Topic"
Returns the value of attribute connection_notification_type.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_region ⇒ ::String
Returns the value of attribute service_region.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#connection_events ⇒ ::Array[::String]
Returns the value of attribute connection_events.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def connection_events @connection_events end |
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def connection_notification_arn @connection_notification_arn end |
#connection_notification_id ⇒ ::String
Returns the value of attribute connection_notification_id.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def connection_notification_id @connection_notification_id end |
#connection_notification_state ⇒ "Enabled", "Disabled"
Returns the value of attribute connection_notification_state.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def connection_notification_state @connection_notification_state end |
#connection_notification_type ⇒ "Topic"
Returns the value of attribute connection_notification_type.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def connection_notification_type @connection_notification_type end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def service_id @service_id end |
#service_region ⇒ ::String
Returns the value of attribute service_region.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def service_region @service_region end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def vpc_endpoint_id @vpc_endpoint_id end |