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

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

Overview

The targeted 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)


7895
7896
7897
7898
7899
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7895

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