Table of Contents

Class DescribeKinesisStreamingDestinationRequest

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Container for the parameters to the DescribeKinesisStreamingDestination operation. Returns information about the status of Kinesis streaming.

public class DescribeKinesisStreamingDestinationRequest : AmazonDynamoDBRequest
Inheritance
DescribeKinesisStreamingDestinationRequest

Constructors

DescribeKinesisStreamingDestinationRequest()

public DescribeKinesisStreamingDestinationRequest()

Properties

TableName

Gets and sets the property TableName.

The name of the table being described.

public string TableName { get; set; }

Property Value

string