DescribeGroupsResponse

public struct DescribeGroupsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of groups.

    Declaration

    Swift

    public let groups: [GroupMetadata]?
  • The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(groups: [GroupMetadata]? = nil, marker: String? = nil)