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

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

#enable_kinesis_streaming_configurationTypes::EnableKinesisStreamingConfiguration

The source for the Kinesis streaming information that is being enabled.



4979
4980
4981
4982
4983
4984
4985
# File 'lib/aws-sdk-dynamodb/types.rb', line 4979

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

#stream_arnString

The ARN for a Kinesis data stream.

Returns:

  • (String)


4979
4980
4981
4982
4983
4984
4985
# File 'lib/aws-sdk-dynamodb/types.rb', line 4979

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

#table_nameString

The name of the DynamoDB table.

Returns:

  • (String)


4979
4980
4981
4982
4983
4984
4985
# File 'lib/aws-sdk-dynamodb/types.rb', line 4979

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