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])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Enabled", "Disabled")


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.

Returns:

  • ("Topic")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def vpc_endpoint_id
  @vpc_endpoint_id
end