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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



10521
10522
10523
10524
10525
# File 'lib/aws-sdk-pinpoint/types.rb', line 10521

class RemoveAttributesResponse < Struct.new(
  :attributes_resource)
  SENSITIVE = []
  include Aws::Structure
end