Class: Aws::DynamoDB::Types::KinesisStreamingDestinationOutput

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 current status of the replication.

Returns:

  • (String)


5132
5133
5134
5135
5136
5137
5138
5139
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5132

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

#enable_kinesis_streaming_configurationTypes::EnableKinesisStreamingConfiguration

The destination for the Kinesis streaming information that is being enabled.



5132
5133
5134
5135
5136
5137
5138
5139
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5132

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

#stream_arnString

The ARN for the specific Kinesis data stream.

Returns:

  • (String)


5132
5133
5134
5135
5136
5137
5138
5139
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5132

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

#table_nameString

The name of the table being modified.

Returns:

  • (String)


5132
5133
5134
5135
5136
5137
5138
5139
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5132

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