Class: Aws::DynamoDB::Types::UpdateKinesisStreamingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateKinesisStreamingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Enables updating the configuration for Kinesis Streaming.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_creation_date_time_precision ⇒ String
Enables updating the precision of Kinesis data stream timestamp.
Instance Attribute Details
#approximate_creation_date_time_precision ⇒ String
Enables updating the precision of Kinesis data stream timestamp.
10292 10293 10294 10295 10296 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 10292 class UpdateKinesisStreamingConfiguration < Struct.new( :approximate_creation_date_time_precision) SENSITIVE = [] include Aws::Structure end |