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


3221
3222
3223
# File 'sig/types.rbs', line 3221

def state
  @state
end

#topic::String

Returns the value of attribute topic.

Returns:

  • (::String)


3220
3221
3222
# File 'sig/types.rbs', line 3220

def topic
  @topic
end