Class: Aws::ChimeSDKVoice::Types::StreamingNotificationTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

The target recipient for a streaming configuration notification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notification_targetString

The streaming notification target.

Returns:

  • (String)


3321
3322
3323
3324
3325
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3321

class StreamingNotificationTarget < Struct.new(
  :notification_target)
  SENSITIVE = []
  include Aws::Structure
end