Class: Aws::DynamoDB::Types::UpdateKinesisStreamingDestinationInput

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

#stream_arnString

The Amazon Resource Name (ARN) for the Kinesis stream input.

Returns:

  • (String)


10313
10314
10315
10316
10317
10318
10319
# File 'lib/aws-sdk-dynamodb/types.rb', line 10313

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

#table_nameString

The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.

Returns:

  • (String)


10313
10314
10315
10316
10317
10318
10319
# File 'lib/aws-sdk-dynamodb/types.rb', line 10313

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

#update_kinesis_streaming_configurationTypes::UpdateKinesisStreamingConfiguration

The command to update the Kinesis stream configuration.



10313
10314
10315
10316
10317
10318
10319
# File 'lib/aws-sdk-dynamodb/types.rb', line 10313

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