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

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 Amazon Resource Name (ARN) for the Kinesis stream input.

Returns:

  • (String)


10219
10220
10221
10222
10223
10224
10225
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10219

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)


10219
10220
10221
10222
10223
10224
10225
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10219

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.



10219
10220
10221
10222
10223
10224
10225
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10219

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