UpdateGroupResult
public struct UpdateGroupResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The group that was updated. Contains the name of the group that was updated, the ARN of the group that was updated, the updated filter expression, and the updated insight configuration assigned to the group.
Declaration
Swift
public let group: Group?
-
Undocumented
Declaration
Swift
public init(group: Group? = nil)