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)


9855
9856
9857
9858
9859
9860
9861
9862
# File 'lib/aws-sdk-dynamodb/types.rb', line 9855

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)


9855
9856
9857
9858
9859
9860
9861
9862
# File 'lib/aws-sdk-dynamodb/types.rb', line 9855

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)


9855
9856
9857
9858
9859
9860
9861
9862
# File 'lib/aws-sdk-dynamodb/types.rb', line 9855

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.



9855
9856
9857
9858
9859
9860
9861
9862
# File 'lib/aws-sdk-dynamodb/types.rb', line 9855

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