ListLaunchPathsOutput
public struct ListLaunchPathsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the launch path.
Declaration
Swift
public let launchPathSummaries: [LaunchPathSummary]?
-
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
Declaration
Swift
public let nextPageToken: String?
-
Undocumented
Declaration
Swift
public init(launchPathSummaries: [LaunchPathSummary]? = nil, nextPageToken: String? = nil)