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