Class GetProductFilterArgs
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.Pricing.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetProductFilterArgs : InvokeArgs
Constructors
View SourceGetProductFilterArgs()
Declaration
public GetProductFilterArgs()
Properties
View SourceField
The product attribute name that you want to filter on.
Declaration
public string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
The product attribute value that you want to filter on.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |