Class GetLaunchTemplateTagSpecificationResult
Inheritance
System.Object
GetLaunchTemplateTagSpecificationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetLaunchTemplateTagSpecificationResult
Fields
View SourceResourceType
Declaration
public readonly string ResourceType
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags, each pair of which must exactly match a pair on the desired Launch Template.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |