| 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.Pinpoint.Types.AttributesResource
Description
Synopsis
- data AttributesResource = AttributesResource' {
- attributes :: Maybe [Text]
- attributeType :: Text
- applicationId :: Text
- newAttributesResource :: Text -> Text -> AttributesResource
- attributesResource_attributes :: Lens' AttributesResource (Maybe [Text])
- attributesResource_attributeType :: Lens' AttributesResource Text
- attributesResource_applicationId :: Lens' AttributesResource Text
Documentation
data AttributesResource Source #
Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.
See: newAttributesResource smart constructor.
Constructors
| AttributesResource' | |
Fields
| |
Instances
newAttributesResource Source #
Arguments
| :: Text | |
| -> Text | |
| -> AttributesResource |
Create a value of AttributesResource 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:attributes:AttributesResource', attributesResource_attributes - An array that specifies the names of the attributes that were removed
from the endpoints.
$sel:attributeType:AttributesResource', attributesResource_attributeType - The type of attribute or attributes that were removed from the
endpoints. Valid values are:
- endpoint-custom-attributes - Custom attributes that describe endpoints.
- endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
- endpoint-user-attributes - Custom attributes that describe users.
$sel:applicationId:AttributesResource', attributesResource_applicationId - The unique identifier for the application.
attributesResource_attributes :: Lens' AttributesResource (Maybe [Text]) Source #
An array that specifies the names of the attributes that were removed from the endpoints.
attributesResource_attributeType :: Lens' AttributesResource Text Source #
The type of attribute or attributes that were removed from the endpoints. Valid values are:
- endpoint-custom-attributes - Custom attributes that describe endpoints.
- endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
- endpoint-user-attributes - Custom attributes that describe users.
attributesResource_applicationId :: Lens' AttributesResource Text Source #
The unique identifier for the application.