Class: Aws::Chime::Types::StreamingNotificationTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::StreamingNotificationTarget
- 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
-
#notification_target ⇒ String
The streaming notification target.
Instance Attribute Details
#notification_target ⇒ String
The streaming notification target.
7895 7896 7897 7898 7899 |
# File 'lib/aws-sdk-chime/types.rb', line 7895 class StreamingNotificationTarget < Struct.new( :notification_target) SENSITIVE = [] include Aws::Structure end |