Class: Aws::Types::NotificationTargetItem
- Inherits:
-
Object
- Object
- Aws::Types::NotificationTargetItem
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: SnsTopicArn, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
536 537 538 |
# File 'sig/types.rbs', line 536 def sns_topic_arn @sns_topic_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
537 538 539 |
# File 'sig/types.rbs', line 537 def unknown @unknown end |