ListPrincipalThingsResponse

public struct ListPrincipalThingsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token used to get the next set of results, or null if there are no additional results.

    Declaration

    Swift

    public let nextToken: String?
  • The things.

    Declaration

    Swift

    public let things: [String]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, things: [String]? = nil)