DescribeObjectsInput

public struct DescribeObjectsInput : AWSShape
extension DataPipeline.DescribeObjectsInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

    Declaration

    Swift

    public let evaluateExpressions: Bool?
  • The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

    Declaration

    Swift

    public let marker: String?
  • The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

    Declaration

    Swift

    public let objectIds: [String]
  • The ID of the pipeline that contains the object definitions.

    Declaration

    Swift

    public let pipelineId: String
  • Undocumented

    Declaration

    Swift

    public init(evaluateExpressions: Bool? = nil, marker: String? = nil, objectIds: [String], pipelineId: String)
  • Declaration

    Swift

    public func validate(name: String) throws