Describe kinesis streaming destination
async_boto.validation.dynamodb.describe_kinesis_streaming_destination
DescribeKinesisStreamingDestinationRequest
Bases: BaseModel
Returns information about the status of Kinesis streaming.
| ATTRIBUTE | DESCRIPTION |
|---|---|
TableName |
The name of the table being described. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
TYPE:
|
TableName
instance-attribute
TableName
DescribeKinesisStreamingDestinationResponse
Bases: BaseModel
Response for the DescribeKinesisStreamingDestination operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
TableName |
The name of the table being described.
TYPE:
|
KinesisDataStreamDestinations |
The list of Kinesis data stream destinations.
TYPE:
|
TableName
instance-attribute
TableName
KinesisDataStreamDestinations
instance-attribute
KinesisDataStreamDestinations