DescribeUserStackAssociationsRequest
public struct DescribeUserStackAssociationsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The authentication type for the user who is associated with the stack. You must specify USERPOOL.
Declaration
Swift
public let authenticationType: AuthenticationType?
-
The maximum size of each page of results.
Declaration
Swift
public let maxResults: Int?
-
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Declaration
Swift
public let nextToken: String?
-
The name of the stack that is associated with the user.
Declaration
Swift
public let stackName: String?
-
The email address of the user who is associated with the stack. Users’ email addresses are case-sensitive.
Declaration
Swift
public let userName: String?
-
Undocumented
Declaration
Swift
public init(authenticationType: AuthenticationType? = nil, maxResults: Int? = nil, nextToken: String? = nil, stackName: String? = nil, userName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws