Class: Aws::Types::NotificationSettingDetail

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


156
157
158
# File 'sig/types.rbs', line 156

def channel
  @channel
end

#configured_by::String

Returns the value of attribute configured_by.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def configured_by
  @configured_by
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


153
154
155
# File 'sig/types.rbs', line 153

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


154
155
156
# File 'sig/types.rbs', line 154

def event
  @event
end

#threshold::Integer

Returns the value of attribute threshold.

Returns:

  • (::Integer)


155
156
157
# File 'sig/types.rbs', line 155

def threshold
  @threshold
end