Class: Aws::Types::VaultNotificationConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#events::Array[::String]

Returns the value of attribute events.



603
604
605
# File 'sig/types.rbs', line 603

def events
  @events
end

#sns_topic::String

Returns the value of attribute sns_topic.



602
603
604
# File 'sig/types.rbs', line 602

def sns_topic
  @sns_topic
end