Class ThingTypePropertiesGetArgs
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.Iot.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ThingTypePropertiesGetArgs : ResourceArgs
Constructors
View SourceThingTypePropertiesGetArgs()
Declaration
public ThingTypePropertiesGetArgs()
Properties
View SourceDescription
The description of the thing type.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SearchableAttributes
A list of searchable thing attribute names.
Declaration
public InputList<string> SearchableAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |