Class: Aws::Pinpoint::Types::RemoveAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::RemoveAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#attributes_resource ⇒ Types::AttributesResource
Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.
Instance Attribute Details
#attributes_resource ⇒ Types::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 |