Class: Aws::ChimeSDKMediaPipelines::Types::StreamConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::StreamConfiguration
 
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The configuration settings for a stream.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #fragment_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the fragment to begin processing. 
- 
  
    
      #stream_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the stream. 
- 
  
    
      #stream_channel_definition  ⇒ Types::StreamChannelDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The streaming channel definition in the stream configuration. 
Instance Attribute Details
#fragment_number ⇒ String
The unique identifier of the fragment to begin processing.
| 3275 3276 3277 3278 3279 3280 3281 | # File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3275 class StreamConfiguration < Struct.new( :stream_arn, :fragment_number, :stream_channel_definition) SENSITIVE = [] include Aws::Structure end | 
#stream_arn ⇒ String
The ARN of the stream.
| 3275 3276 3277 3278 3279 3280 3281 | # File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3275 class StreamConfiguration < Struct.new( :stream_arn, :fragment_number, :stream_channel_definition) SENSITIVE = [] include Aws::Structure end | 
#stream_channel_definition ⇒ Types::StreamChannelDefinition
The streaming channel definition in the stream configuration.
| 3275 3276 3277 3278 3279 3280 3281 | # File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3275 class StreamConfiguration < Struct.new( :stream_arn, :fragment_number, :stream_channel_definition) SENSITIVE = [] include Aws::Structure end |