UpdateThemePermissionsResponse
public struct UpdateThemePermissionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The resulting list of resource permissions for the theme.
Declaration
Swift
public let permissions: [ResourcePermission]? -
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String? -
The HTTP status of the request.
Declaration
Swift
public let status: Int? -
The Amazon Resource Name (ARN) of the theme.
Declaration
Swift
public let themeArn: String? -
The ID for the theme.
Declaration
Swift
public let themeId: String? -
Undocumented
Declaration
Swift
public init(permissions: [ResourcePermission]? = nil, requestId: String? = nil, status: Int? = nil, themeArn: String? = nil, themeId: String? = nil)
View on GitHub
UpdateThemePermissionsResponse Structure Reference