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.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def connection_events @connection_events end |
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def connection_notification_arn @connection_notification_arn end |
#connection_notification_id ⇒ ::String
Returns the value of attribute connection_notification_id.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def connection_notification_id @connection_notification_id end |
#connection_notification_state ⇒ "Enabled", "Disabled"
Returns the value of attribute connection_notification_state.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def connection_notification_state @connection_notification_state end |
#connection_notification_type ⇒ "Topic"
Returns the value of attribute connection_notification_type.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def connection_notification_type @connection_notification_type end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def service_id @service_id end |
#service_region ⇒ ::String
Returns the value of attribute service_region.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def service_region @service_region end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def vpc_endpoint_id @vpc_endpoint_id end |