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

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

#destination_statusString

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

Returns:

  • (String)


10247
10248
10249
10250
10251
10252
10253
10254
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10247

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)


10247
10248
10249
10250
10251
10252
10253
10254
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10247

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)


10247
10248
10249
10250
10251
10252
10253
10254
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10247

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.



10247
10248
10249
10250
10251
10252
10253
10254
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10247

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