Class: Aws::DynamoDB::Types::UpdateKinesisStreamingDestinationOutput

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

#destination_statusString

The status of the attempt to update the Kinesis streaming destination output.

Returns:

  • (String)


10520
10521
10522
10523
10524
10525
10526
10527
# File 'lib/aws-sdk-dynamodb/types.rb', line 10520

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

#stream_arnString

The ARN for the Kinesis stream input.

Returns:

  • (String)


10520
10521
10522
10523
10524
10525
10526
10527
# File 'lib/aws-sdk-dynamodb/types.rb', line 10520

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

#table_nameString

The table name for the Kinesis streaming destination output.

Returns:

  • (String)


10520
10521
10522
10523
10524
10525
10526
10527
# File 'lib/aws-sdk-dynamodb/types.rb', line 10520

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

#update_kinesis_streaming_configurationTypes::UpdateKinesisStreamingConfiguration

The command to update the Kinesis streaming destination configuration.



10520
10521
10522
10523
10524
10525
10526
10527
# File 'lib/aws-sdk-dynamodb/types.rb', line 10520

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