| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ResourceExplorer2.Types.IncludedProperty
Description
Synopsis
Documentation
data IncludedProperty Source #
Information about an additional property that describes a resource, that you can optionally include in the view. This lets you view that property in search results, and filter your search results based on the value of the property.
See: newIncludedProperty smart constructor.
Constructors
| IncludedProperty' | |
Instances
Arguments
| :: Text | |
| -> IncludedProperty |
Create a value of IncludedProperty with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:IncludedProperty', includedProperty_name - The name of the property that is included in this view.
You can specify the following property names for this field:
Tags
includedProperty_name :: Lens' IncludedProperty Text Source #
The name of the property that is included in this view.
You can specify the following property names for this field:
Tags