CreateVolumePermission
public struct CreateVolumePermission : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The group to be added or removed. The possible value is all.
Declaration
Swift
public let group: PermissionGroup?
-
The AWS account ID to be added or removed.
Declaration
Swift
public let userId: String?
-
Undocumented
Declaration
Swift
public init(group: PermissionGroup? = nil, userId: String? = nil)