Class: Aws::Types::SetIdentityNotificationTopicRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity::String

Returns the value of attribute identity.

Returns:

  • (::String)


978
979
980
# File 'sig/types.rbs', line 978

def identity
  @identity
end

#notification_type"Bounce", ...

Returns the value of attribute notification_type.

Returns:

  • ("Bounce", "Complaint", "Delivery")


979
980
981
# File 'sig/types.rbs', line 979

def notification_type
  @notification_type
end

#sns_topic::String

Returns the value of attribute sns_topic.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def sns_topic
  @sns_topic
end