AddCustomAttributesRequest
public struct AddCustomAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of custom attributes, such as Mutable and Name.
Declaration
Swift
public let customAttributes: [SchemaAttributeType]
-
The user pool ID for the user pool where you want to add custom attributes.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(customAttributes: [SchemaAttributeType], userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws