ListStepsOutput
public struct ListStepsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let marker: String?
-
The filtered list of steps for the cluster.
Declaration
Swift
public let steps: [StepSummary]?
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, steps: [StepSummary]? = nil)