Class: Aws::Chime::Types::StreamingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::StreamingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The streaming configuration associated with an Amazon Chime Voice Connector. Specifies whether media streaming is enabled for sending to Amazon Kinesis, and shows the retention period for the Amazon Kinesis data, in hours.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_retention_in_hours ⇒ Integer
The retention period, in hours, for the Amazon Kinesis data.
-
#disabled ⇒ Boolean
When true, media streaming to Amazon Kinesis is turned off.
-
#streaming_notification_targets ⇒ Array<Types::StreamingNotificationTarget>
The streaming notification targets.
Instance Attribute Details
#data_retention_in_hours ⇒ Integer
The retention period, in hours, for the Amazon Kinesis data.
7879 7880 7881 7882 7883 7884 7885 |
# File 'lib/aws-sdk-chime/types.rb', line 7879 class StreamingConfiguration < Struct.new( :data_retention_in_hours, :disabled, :streaming_notification_targets) SENSITIVE = [] include Aws::Structure end |
#disabled ⇒ Boolean
When true, media streaming to Amazon Kinesis is turned off.
7879 7880 7881 7882 7883 7884 7885 |
# File 'lib/aws-sdk-chime/types.rb', line 7879 class StreamingConfiguration < Struct.new( :data_retention_in_hours, :disabled, :streaming_notification_targets) SENSITIVE = [] include Aws::Structure end |
#streaming_notification_targets ⇒ Array<Types::StreamingNotificationTarget>
The streaming notification targets.
7879 7880 7881 7882 7883 7884 7885 |
# File 'lib/aws-sdk-chime/types.rb', line 7879 class StreamingConfiguration < Struct.new( :data_retention_in_hours, :disabled, :streaming_notification_targets) SENSITIVE = [] include Aws::Structure end |