Class CfnView.FiltersProperty
Inheritance
System.Object
CfnView.FiltersProperty
Implements
Namespace: Amazon.CDK.AWS.ResourceExplorer2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FiltersProperty : Object, CfnView.IFiltersProperty
Syntax (vb)
Public Class FiltersProperty
Inherits Object
Implements CfnView.IFiltersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ResourceExplorer2;
var filtersProperty = new FiltersProperty {
FilterString = "filterString"
};
Synopsis
Constructors
FiltersProperty() |
Properties
FilterString |
Constructors
FiltersProperty()
public FiltersProperty()
Properties
FilterString
public string FilterString { get; set; }
Property Value
System.String