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
.
3056 3057 3058 3059 3060 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3056 class EnableKinesisStreamingConfiguration < Struct.new( :approximate_creation_date_time_precision) SENSITIVE = [] include Aws::Structure end |