IEC2Manager.

DescribeTags(IList<string>, EC2Settings, CancellationToken) Method

Summary

Describes one or more of the tags for your EC2 resources.
Assembly
Cake.AWS.EC2.dll
Namespace
Cake.AWS.EC2
Containing Type
IEC2Manager

Syntax

Task<IList<TagDescription>> DescribeTags(IList<string> instances, EC2Settings settings, CancellationToken cancellationToken = null)

Parameters

Name Type Description
instances IList<string> A list of instance IDs to be stopped.
settings EC2Settings The EC2Settings used during the request to AWS.
cancellationToken CancellationToken A cancellation token that can be used by other objects or threads to receive notice of cancellation.

Return Value

Type Description
Task<IList<TagDescription>>