Class: Aws::Types::PropertyNotification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


3255
3256
3257
# File 'sig/types.rbs', line 3255

def state
  @state
end

#topic::String

Returns the value of attribute topic.

Returns:

  • (::String)


3254
3255
3256
# File 'sig/types.rbs', line 3254

def topic
  @topic
end