ListMissionProfilesResponse
public struct ListMissionProfilesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of mission profiles.
Declaration
Swift
public let missionProfileList: [MissionProfileListItem]? -
Next token returned in the response of a previous ListMissionProfiles call. Used to get the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(missionProfileList: [MissionProfileListItem]? = nil, nextToken: String? = nil)
View on GitHub
ListMissionProfilesResponse Structure Reference