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

#destination_statusString

The current status of replication.

Returns:

  • (String)


5106
5107
5108
5109
5110
5111
5112
# File 'lib/aws-sdk-dynamodb/types.rb', line 5106

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

#destination_status_descriptionString

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

Returns:

  • (String)


5106
5107
5108
5109
5110
5111
5112
# File 'lib/aws-sdk-dynamodb/types.rb', line 5106

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

#stream_arnString

The ARN for a specific Kinesis data stream.

Returns:

  • (String)


5106
5107
5108
5109
5110
5111
5112
# File 'lib/aws-sdk-dynamodb/types.rb', line 5106

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