AttributesResource

public struct AttributesResource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for the application.

    Declaration

    Swift

    public let applicationId: String
  • An array that specifies the names of the attributes that were removed from the endpoints.

    Declaration

    Swift

    public let attributes: [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.

    Declaration

    Swift

    public let attributeType: String
  • Undocumented

    Declaration

    Swift

    public init(applicationId: String, attributes: [String]? = nil, attributeType: String)