This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AWS.EC2.
Summary
Describes one or more of the tags for your EC2 resources.
Syntax
public Task<IList<TagDescription>> DescribeTags(IList<string> instances, EC2Settings settings, CancellationToken cancellationToken = null)
Attributes
Type |
Description |
AsyncStateMachineAttribute |
|
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>> |
|