DescribeThemePermissionsRequest
public struct DescribeThemePermissionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the AWS account that contains the theme that you’re describing.
Declaration
Swift
public let awsAccountId: String
-
The ID for the theme that you want to describe permissions for.
Declaration
Swift
public let themeId: String
-
Undocumented
Declaration
Swift
public init(awsAccountId: String, themeId: String)
-
Declaration
Swift
public func validate(name: String) throws