Class: Aws::DataPipeline::Types::PipelineObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::PipelineObject
- Defined in:
- gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::Field>
Key-value pairs that define the properties of the object.
-
#id ⇒ String
The ID of the object.
-
#name ⇒ String
The name of the object.
Instance Attribute Details
#fields ⇒ Array<Types::Field>
Key-value pairs that define the properties of the object.
705 706 707 708 709 710 711 |
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 705 class PipelineObject < Struct.new( :id, :name, :fields) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the object.
705 706 707 708 709 710 711 |
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 705 class PipelineObject < Struct.new( :id, :name, :fields) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the object.
705 706 707 708 709 710 711 |
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 705 class PipelineObject < Struct.new( :id, :name, :fields) SENSITIVE = [] include Aws::Structure end |