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.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def connection_events @connection_events end |
#connection_notification_arn ⇒ ::String
Returns the value of attribute connection_notification_arn.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def connection_notification_arn @connection_notification_arn end |
#connection_notification_id ⇒ ::String
Returns the value of attribute connection_notification_id.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def connection_notification_id @connection_notification_id end |
#connection_notification_state ⇒ "Enabled", "Disabled"
Returns the value of attribute connection_notification_state.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def connection_notification_state @connection_notification_state end |
#connection_notification_type ⇒ "Topic"
Returns the value of attribute connection_notification_type.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def connection_notification_type @connection_notification_type end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def service_id @service_id end |
#service_region ⇒ ::String
Returns the value of attribute service_region.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def service_region @service_region end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def vpc_endpoint_id @vpc_endpoint_id end |