Class: Aws::DynamoDB::Types::KinesisDataStreamDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#approximate_creation_date_time_precisionString

The precision of the Kinesis data stream timestamp. The values are either ‘MILLISECOND` or `MICROSECOND`.

Returns:

  • (String)


4955
4956
4957
4958
4959
4960
4961
4962
# File 'lib/aws-sdk-dynamodb/types.rb', line 4955

class KinesisDataStreamDestination < Struct.new(
  :stream_arn,
  :destination_status,
  :destination_status_description,
  :approximate_creation_date_time_precision)
  SENSITIVE = []
  include Aws::Structure
end

#destination_statusString

The current status of replication.

Returns:

  • (String)


4955
4956
4957
4958
4959
4960
4961
4962
# File 'lib/aws-sdk-dynamodb/types.rb', line 4955

class KinesisDataStreamDestination < Struct.new(
  :stream_arn,
  :destination_status,
  :destination_status_description,
  :approximate_creation_date_time_precision)
  SENSITIVE = []
  include Aws::Structure
end

#destination_status_descriptionString

The human-readable string that corresponds to the replica status.

Returns:

  • (String)


4955
4956
4957
4958
4959
4960
4961
4962
# File 'lib/aws-sdk-dynamodb/types.rb', line 4955

class KinesisDataStreamDestination < Struct.new(
  :stream_arn,
  :destination_status,
  :destination_status_description,
  :approximate_creation_date_time_precision)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The ARN for a specific Kinesis data stream.

Returns:

  • (String)


4955
4956
4957
4958
4959
4960
4961
4962
# File 'lib/aws-sdk-dynamodb/types.rb', line 4955

class KinesisDataStreamDestination < Struct.new(
  :stream_arn,
  :destination_status,
  :destination_status_description,
  :approximate_creation_date_time_precision)
  SENSITIVE = []
  include Aws::Structure
end