Class: Aws::Pinpoint::Types::RemoveAttributesResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_resourceTypes::AttributesResource

Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.



12394
12395
12396
12397
# File 'lib/aws-sdk-pinpoint/types.rb', line 12394

class RemoveAttributesResponse < Struct.new(
  :attributes_resource)
  include Aws::Structure
end