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