Class: Aws::DynamoDB::Types::KinesisStreamingDestinationInput

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

#stream_arnString

The ARN for a Kinesis data stream.

Returns:

  • (String)


4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4953

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

#table_nameString

The name of the DynamoDB table.

Returns:

  • (String)


4953
4954
4955
4956
4957
4958
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4953

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