UpdateEnvironmentMembershipRequest
public struct UpdateEnvironmentMembershipRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the environment for the environment member whose settings you want to change.
Declaration
Swift
public let environmentId: String
-
The replacement type of environment member permissions you want to associate with this environment member. Available values include: read-only: Has read-only access to the environment. read-write: Has read-write access to the environment.
Declaration
Swift
public let permissions: MemberPermissions
-
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
Declaration
Swift
public let userArn: String
-
Undocumented
Declaration
Swift
public init(environmentId: String, permissions: MemberPermissions, userArn: String)
-
Declaration
Swift
public func validate(name: String) throws