Class: Aws::Types::NotificationChannelConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::NotificationFilterConfig

Returns the value of attribute filters.



593
594
595
# File 'sig/types.rbs', line 593

def filters
  @filters
end

#snsTypes::SnsChannelConfig

Returns the value of attribute sns.



592
593
594
# File 'sig/types.rbs', line 592

def sns
  @sns
end