You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::StreamingNotificationTarget

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StreamingNotificationTarget as input to an Aws::Client method, you can use a vanilla Hash:

{
  notification_target: "EventBridge", # required, accepts EventBridge, SNS, SQS
}

The targeted recipient for a streaming configuration notification.

Instance Attribute Summary collapse

Instance Attribute Details

#notification_targetString

The streaming notification target.

Possible values:

  • EventBridge
  • SNS
  • SQS

Returns:

  • (String)

    The streaming notification target.