Class CfnView.FiltersProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ResourceExplorer2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnView.FiltersProperty : CfnView.IFiltersProperty
Syntax (vb)
Public Class CfnView.FiltersProperty 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()
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"
};
Properties
FilterString
public string FilterString { get; set; }