PipelineObject

public struct PipelineObject : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Key-value pairs that define the properties of the object.

    Declaration

    Swift

    public let fields: [Field]
  • id

    The ID of the object.

    Declaration

    Swift

    public let id: String
  • The name of the object.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(fields: [Field], id: String, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws