Class: Aws::Types::NotificationSettingKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel"ALL"

Returns the value of attribute channel.

Returns:

  • ("ALL")


163
164
165
# File 'sig/types.rbs', line 163

def channel
  @channel
end

#event"CA_CERTIFICATE_EXPIRY", "END_ENTITY_CERTIFICATE_EXPIRY"

Returns the value of attribute event.

Returns:

  • ("CA_CERTIFICATE_EXPIRY", "END_ENTITY_CERTIFICATE_EXPIRY")


162
163
164
# File 'sig/types.rbs', line 162

def event
  @event
end