C# Class Amazon.Kinesis.Model.AddTagsToStreamRequest

Container for the parameters to the AddTagsToStream operation. Adds or updates tags for the specified Amazon Kinesis stream. Each stream can have up to 10 tags.

If tags have already been assigned to the stream, AddTagsToStream overwrites any existing tags that correspond to the specified tag keys.

Inheritance: AmazonKinesisRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetStreamName ( ) : bool
IsSetTags ( ) : bool