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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5153
5154
5155
5156
5157
5158
5159
# File 'lib/aws-sdk-dynamodb/types.rb', line 5153

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)


5153
5154
5155
5156
5157
5158
5159
# File 'lib/aws-sdk-dynamodb/types.rb', line 5153

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)


5153
5154
5155
5156
5157
5158
5159
# File 'lib/aws-sdk-dynamodb/types.rb', line 5153

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