GroupMetadata
public struct GroupMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the user group.
Declaration
Swift
public let id: String?
-
The name of the group.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(id: String? = nil, name: String? = nil)