ListApplicationStatesRequest

public struct ListApplicationStatesRequest : AWSShape
extension MigrationHub.ListApplicationStatesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The configurationIds from the Application Discovery Service that uniquely identifies your applications.

    Declaration

    Swift

    public let applicationIds: [String]?
  • Maximum number of results to be returned per page.

    Declaration

    Swift

    public let maxResults: Int?
  • If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(applicationIds: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws