Class DescribeKinesisStreamingDestinationResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
This is the response object from the DescribeKinesisStreamingDestination operation.
public class DescribeKinesisStreamingDestinationResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeKinesisStreamingDestinationResponse
Constructors
DescribeKinesisStreamingDestinationResponse()
public DescribeKinesisStreamingDestinationResponse()
Properties
KinesisDataStreamDestinations
Gets and sets the property KinesisDataStreamDestinations.
The list of replica structures for the table being described.
public List<KinesisDataStreamDestination> KinesisDataStreamDestinations { get; set; }
Property Value
TableName
Gets and sets the property TableName.
The name of the table being described.
public string TableName { get; set; }