Learn R Programming

paws.customer.engagement (version 0.1.0)

pinpoint_remove_attributes: Used to remove the attributes for an app

Description

Used to remove the attributes for an app

Usage

pinpoint_remove_attributes(ApplicationId, AttributeType,
  UpdateAttributesRequest)

Arguments

ApplicationId

[required] The unique ID of your Amazon Pinpoint application.

AttributeType

[required] Type of attribute. Can be endpoint-custom-attributes, endpoint-custom-metrics, endpoint-user-attributes.

UpdateAttributesRequest

[required]

Request syntax

svc$remove_attributes(
  ApplicationId = "string",
  AttributeType = "string",
  UpdateAttributesRequest = list(
    Blacklist = list(
      "string"
    )
  )
)