DeleteEnvironmentMembershipRequest
public struct DeleteEnvironmentMembershipRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the environment to delete the environment member from.
Declaration
Swift
public let environmentId: String -
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
Declaration
Swift
public let userArn: String -
Undocumented
Declaration
Swift
public init(environmentId: String, userArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteEnvironmentMembershipRequest Structure Reference