Class: Aws::DynamoDB::Types::EnableKinesisStreamingConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DynamoDB::Types::EnableKinesisStreamingConfiguration
 
 
- Defined in:
 - gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
 
Overview
Enables setting the configuration for Kinesis Streaming.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #approximate_creation_date_time_precision  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Toggle for the precision of Kinesis data stream timestamp.
 
Instance Attribute Details
#approximate_creation_date_time_precision ⇒ String
Toggle for the precision of Kinesis data stream timestamp. The
values are either MILLISECOND or MICROSECOND.
      3128 3129 3130 3131 3132  | 
    
      # File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3128 class EnableKinesisStreamingConfiguration < Struct.new( :approximate_creation_date_time_precision) SENSITIVE = [] include Aws::Structure end  |