Class: Aws::DynamoDB::Types::KinesisDataStreamDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::KinesisDataStreamDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Describes a Kinesis data stream destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_creation_date_time_precision ⇒ String
The precision of the Kinesis data stream timestamp.
-
#destination_status ⇒ String
The current status of replication.
-
#destination_status_description ⇒ String
The human-readable string that corresponds to the replica status.
-
#stream_arn ⇒ String
The ARN for a specific Kinesis data stream.
Instance Attribute Details
#approximate_creation_date_time_precision ⇒ String
The precision of the Kinesis data stream timestamp. The values are either ‘MILLISECOND` or `MICROSECOND`.
5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5173 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description, :approximate_creation_date_time_precision) SENSITIVE = [] include Aws::Structure end |
#destination_status ⇒ String
The current status of replication.
5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5173 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description, :approximate_creation_date_time_precision) SENSITIVE = [] include Aws::Structure end |
#destination_status_description ⇒ String
The human-readable string that corresponds to the replica status.
5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5173 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description, :approximate_creation_date_time_precision) SENSITIVE = [] include Aws::Structure end |
#stream_arn ⇒ String
The ARN for a specific Kinesis data stream.
5173 5174 5175 5176 5177 5178 5179 5180 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5173 class KinesisDataStreamDestination < Struct.new( :stream_arn, :destination_status, :destination_status_description, :approximate_creation_date_time_precision) SENSITIVE = [] include Aws::Structure end |