You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::UpdateAttributesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateAttributesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  blacklist: ["__string"],
}

Specifies one or more attributes to remove from all the endpoints that are associated with an application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#blacklistArray<String>

An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.

Returns:

  • (Array<String>)

    An array of the attributes to remove from all the endpoints that are associated with the application.