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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Enabled", "Disabled")


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.

Returns:

  • ("Topic")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def vpc_endpoint_id
  @vpc_endpoint_id
end