DescribeAppRequest
public struct DescribeAppRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the app.
Declaration
Swift
public let appName: String
-
The type of app.
Declaration
Swift
public let appType: AppType
-
The domain ID.
Declaration
Swift
public let domainId: String
-
The user profile name.
Declaration
Swift
public let userProfileName: String
-
Undocumented
Declaration
Swift
public init(appName: String, appType: AppType, domainId: String, userProfileName: String)
-
Declaration
Swift
public func validate(name: String) throws