Contains the result of a successful invocation of the GetGroup action.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class GetGroupResult
Public Class GetGroupResult
public ref class GetGroupResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| GetGroupResult()()()() | Initializes a new instance of the GetGroupResult class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Group |
Information about the group.
| |
| IsTruncated |
A flag that indicates whether there are more user names to list. If your results were truncated, you can make a subsequent pagination
request using the Marker request parameter to retrieve more user names in the list.
| |
| Marker |
If IsTruncated is true, then this element is present and contains the value to use for the Marker parameter in a subsequent
pagination request.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| Users |
A list of users in the group.
| |
| WithGroup(Group) |
Sets the Group property
| |
| WithIsTruncated(Boolean) |
Sets the IsTruncated property
| |
| WithMarker(String) |
Sets the Marker property
| |
| WithUsers(array<User>[]()[][]) |
Adds elements to the Users collection
| |
| WithUsers(IEnumerable<(Of <<'(User>)>>)) |
Adds elements to the Users collection
|