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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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.



10497
10498
10499
10500
10501
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 10497

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