Class: Aws::Firehose::Types::PartitionField
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Firehose::Types::PartitionField
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-firehose/types.rb
 
Overview
Amazon Data Firehose is in preview release and is subject to change.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Data Firehose is in preview release and is subject to change.
 
Instance Attribute Details
#source_name ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
      3653 3654 3655 3656 3657  | 
    
      # File 'lib/aws-sdk-firehose/types.rb', line 3653 class PartitionField < Struct.new( :source_name) SENSITIVE = [] include Aws::Structure end  |