UpdateThemePermissionsRequest
public struct UpdateThemePermissionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the AWS account that contains the theme.
Declaration
Swift
public let awsAccountId: String
-
A list of resource permissions to be granted for the theme.
Declaration
Swift
public let grantPermissions: [ResourcePermission]?
-
A list of resource permissions to be revoked from the theme.
Declaration
Swift
public let revokePermissions: [ResourcePermission]?
-
The ID for the theme.
Declaration
Swift
public let themeId: String
-
Undocumented
Declaration
Swift
public init(awsAccountId: String, grantPermissions: [ResourcePermission]? = nil, revokePermissions: [ResourcePermission]? = nil, themeId: String)
-
Declaration
Swift
public func validate(name: String) throws