Show / Hide Table of Contents

Class GetProductFilterResult

Inheritance
System.Object
GetProductFilterResult
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetProductFilterResult

Fields

View Source

Field

The product attribute name that you want to filter on.

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

Value

The product attribute value that you want to filter on.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.