ListThingsInThingGroupRequest

public struct ListThingsInThingGroupRequest : AWSShape
extension IoT.ListThingsInThingGroupRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return at one time.

    Declaration

    Swift

    public let maxResults: Int?
  • The token to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • When true, list things in this thing group and in all child groups as well.

    Declaration

    Swift

    public let recursive: Bool?
  • The thing group name.

    Declaration

    Swift

    public let thingGroupName: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, recursive: Bool? = nil, thingGroupName: String)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> IoT.ListThingsInThingGroupRequest