Skip to content

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: str

TableName instance-attribute

TableName

DescribeKinesisStreamingDestinationResponse

Bases: BaseModel

Response for the DescribeKinesisStreamingDestination operation.

ATTRIBUTE DESCRIPTION
TableName

The name of the table being described.

TYPE: str

KinesisDataStreamDestinations

The list of Kinesis data stream destinations.

TYPE: List[KinesisDataStreamDestination]

TableName instance-attribute

TableName

KinesisDataStreamDestinations instance-attribute

KinesisDataStreamDestinations