Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data PipelineObject Source #
Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.
See: newPipelineObject
smart constructor.
Instances
Create a value of PipelineObject
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:PipelineObject'
, pipelineObject_id
- The ID of the object.
$sel:name:PipelineObject'
, pipelineObject_name
- The name of the object.
$sel:fields:PipelineObject'
, pipelineObject_fields
- Key-value pairs that define the properties of the object.
pipelineObject_id :: Lens' PipelineObject Text Source #
The ID of the object.
pipelineObject_name :: Lens' PipelineObject Text Source #
The name of the object.
pipelineObject_fields :: Lens' PipelineObject [Field] Source #
Key-value pairs that define the properties of the object.