Class: Aws::Pinpoint::Types::GetEventStreamResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetEventStreamResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event_stream  ⇒ Types::EventStream 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.
 
Instance Attribute Details
#event_stream ⇒ Types::EventStream
Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.
      6633 6634 6635 6636 6637  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6633 class GetEventStreamResponse < Struct.new( :event_stream) SENSITIVE = [] include Aws::Structure end  |