Class: Aws::Types::NotificationSetting

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


148
149
150
# File 'sig/types.rbs', line 148

def channel
  @channel
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


145
146
147
# File 'sig/types.rbs', line 145

def enabled
  @enabled
end

#event"CA_CERTIFICATE_EXPIRY", "END_ENTITY_CERTIFICATE_EXPIRY"

Returns the value of attribute event.

Returns:

  • ("CA_CERTIFICATE_EXPIRY", "END_ENTITY_CERTIFICATE_EXPIRY")


146
147
148
# File 'sig/types.rbs', line 146

def event
  @event
end

#threshold::Integer

Returns the value of attribute threshold.

Returns:

  • (::Integer)


147
148
149
# File 'sig/types.rbs', line 147

def threshold
  @threshold
end