Class: Aws::ChimeSDKVoice::Types::StreamingNotificationTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::StreamingNotificationTarget
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
The target recipient for a streaming configuration notification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_target ⇒ String
The streaming notification target.
Instance Attribute Details
#notification_target ⇒ String
The streaming notification target.
3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3321 class StreamingNotificationTarget < Struct.new( :notification_target) SENSITIVE = [] include Aws::Structure end |