ListOperationsResponse

public struct ListOperationsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

    Declaration

    Swift

    public let nextPageMarker: String?
  • Lists summaries of the operations.

    Declaration

    Swift

    public let operations: [OperationSummary]
  • Undocumented

    Declaration

    Swift

    public init(nextPageMarker: String? = nil, operations: [OperationSummary])