ListServiceActionsOutput
public struct ListServiceActionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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?
-
An object containing information about the service actions associated with the provisioning artifact.
Declaration
Swift
public let serviceActionSummaries: [ServiceActionSummary]?
-
Undocumented
Declaration
Swift
public init(nextPageToken: String? = nil, serviceActionSummaries: [ServiceActionSummary]? = nil)