EnvironmentMember
public struct EnvironmentMember : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the environment for the environment member.
Declaration
Swift
public let environmentId: String?
-
The time, expressed in epoch time format, when the environment member last opened the environment.
Declaration
Swift
public let lastAccess: TimeStamp?
-
The type of environment member permissions associated with this environment member. Available values include: owner: Owns the environment. read-only: Has read-only access to the environment. read-write: Has read-write access to the environment.
Declaration
Swift
public let permissions: Permissions?
-
The Amazon Resource Name (ARN) of the environment member.
Declaration
Swift
public let userArn: String?
-
The user ID in AWS Identity and Access Management (AWS IAM) of the environment member.
Declaration
Swift
public let userId: String?
-
Undocumented
Declaration
Swift
public init(environmentId: String? = nil, lastAccess: TimeStamp? = nil, permissions: Permissions? = nil, userArn: String? = nil, userId: String? = nil)