Class: Aws::Pinpoint::Types::RemoveAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::RemoveAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
10520 10521 10522 10523 10524 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 10520 class RemoveAttributesResponse < Struct.new( :attributes_resource) SENSITIVE = [] include Aws::Structure end |