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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)

7729
7730
7731
7732
7733
# File 'lib/aws-sdk-chime/types.rb', line 7729

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