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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Note:

When making an API call, you may pass UpdateAttributesRequest data as a hash:

{
  blacklist: ["__string"],
}

Update attributes request

Instance Attribute Summary collapse

Instance Attribute Details

#blacklistArray<String>

The GLOB wildcard for removing the attributes in the application

Returns:

  • (Array<String>)


9468
9469
9470
9471
# File 'lib/aws-sdk-pinpoint/types.rb', line 9468

class UpdateAttributesRequest < Struct.new(
  :blacklist)
  include Aws::Structure
end