Class EnableKinesisStreamingDestinationResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the EnableKinesisStreamingDestination operation.
public class EnableKinesisStreamingDestinationResponse : AmazonWebServiceResponse
- Inheritance
-
EnableKinesisStreamingDestinationResponse
Constructors
EnableKinesisStreamingDestinationResponse()
public EnableKinesisStreamingDestinationResponse()
Properties
DestinationStatus
Gets and sets the property DestinationStatus.
The current status of the replication.
public DestinationStatus DestinationStatus { get; set; }
Property Value
StreamArn
Gets and sets the property StreamArn.
The ARN for the specific Kinesis data stream.
public string StreamArn { get; set; }
Property Value
TableName
Gets and sets the property TableName.
The name of the table being modified.
public string TableName { get; set; }