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 ARN for the Kinesis stream input.

Returns:

  • (String)


9827
9828
9829
9830
9831
9832
9833
# File 'lib/aws-sdk-dynamodb/types.rb', line 9827

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.

Returns:

  • (String)


9827
9828
9829
9830
9831
9832
9833
# File 'lib/aws-sdk-dynamodb/types.rb', line 9827

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.



9827
9828
9829
9830
9831
9832
9833
# File 'lib/aws-sdk-dynamodb/types.rb', line 9827

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