Class: Aws::Types::ConnectionNotification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_events::Array[::String]

Returns the value of attribute connection_events.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Enabled", "Disabled")


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.

Returns:

  • ("Topic")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def vpc_endpoint_id
  @vpc_endpoint_id
end