Class: Aws::Firehose::Types::PartitionSpec
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Firehose::Types::PartitionSpec
 
 
- 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
- 
  
    
      #identity  ⇒ Array<Types::PartitionField> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Data Firehose is in preview release and is subject to change.
 
Instance Attribute Details
#identity ⇒ Array<Types::PartitionField>
Amazon Data Firehose is in preview release and is subject to change.
      3667 3668 3669 3670 3671  | 
    
      # File 'lib/aws-sdk-firehose/types.rb', line 3667 class PartitionSpec < Struct.new( :identity) SENSITIVE = [] include Aws::Structure end  |