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.
- 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 |
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 |