GetInventoryResult

public struct GetInventoryResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Collection of inventory entities such as a collection of instance inventory.

    Declaration

    Swift

    public let entities: [InventoryResultEntity]?
  • The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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