Show / Hide Table of Contents

Class GetProductFilterArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetProductFilterArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetProductFilterArgs()

Declaration
public GetProductFilterArgs()

Properties

View Source

Field

The product attribute name that you want to filter on.

Declaration
public string Field { get; set; }
Property Value
Type Description
System.String
View Source

Value

The product attribute value that you want to filter on.

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.