DisassociateDelegateFromResourceRequest
public struct DisassociateDelegateFromResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the member (user, group) to be removed from the resource’s delegates.
Declaration
Swift
public let entityId: String
-
The identifier for the organization under which the resource exists.
Declaration
Swift
public let organizationId: String
-
The identifier of the resource from which delegates’ set members are removed.
Declaration
Swift
public let resourceId: String
-
Undocumented
Declaration
Swift
public init(entityId: String, organizationId: String, resourceId: String)
-
Declaration
Swift
public func validate(name: String) throws