Class: Aws::DynamoDB::Types::KinesisStreamingDestinationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_statusString

The current status of the replication.

Returns:

  • (String)


4974
4975
4976
4977
4978
4979
4980
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4974

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

#stream_arnString

The ARN for the specific Kinesis data stream.

Returns:

  • (String)


4974
4975
4976
4977
4978
4979
4980
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4974

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

#table_nameString

The name of the table being modified.

Returns:

  • (String)


4974
4975
4976
4977
4978
4979
4980
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4974

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