Class: Aws::Pinpoint::Types::UpdateAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateAttributesRequest
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Specifies one or more attributes to remove from all the endpoints that are associated with an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blacklist ⇒ Array<String>
An array of the attributes to remove from all the endpoints that are associated with the application.
Instance Attribute Details
#blacklist ⇒ Array<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.
12403 12404 12405 12406 12407 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12403 class UpdateAttributesRequest < Struct.new( :blacklist) SENSITIVE = [] include Aws::Structure end |