Class: Aws::Pinpoint::Types::AttributesResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::AttributesResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application.
-
#attribute_type ⇒ String
The type of attribute or attributes that were removed from the endpoints.
-
#attributes ⇒ Array<String>
An array that specifies the names of the attributes that were removed from the endpoints.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application.
1706 1707 1708 1709 1710 1711 1712 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1706 class AttributesResource < Struct.new( :application_id, :attribute_type, :attributes) SENSITIVE = [] include Aws::Structure end |
#attribute_type ⇒ String
The type of attribute or attributes that were removed from the endpoints. Valid values are:
-
endpoint-custom-attributes - Custom attributes that describe endpoints.
-
endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
-
endpoint-user-attributes - Custom attributes that describe users.
1706 1707 1708 1709 1710 1711 1712 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1706 class AttributesResource < Struct.new( :application_id, :attribute_type, :attributes) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Array<String>
An array that specifies the names of the attributes that were removed from the endpoints.
1706 1707 1708 1709 1710 1711 1712 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1706 class AttributesResource < Struct.new( :application_id, :attribute_type, :attributes) SENSITIVE = [] include Aws::Structure end |