Show / Hide Table of Contents

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 Source

ResourceType

Declaration
public readonly string ResourceType
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.