Class: Aws::DataPipeline::Types::PipelineObject

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fieldsArray<Types::Field>

Key-value pairs that define the properties of the object.

Returns:



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

#idString

The ID of the object.

Returns:

  • (String)


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

#nameString

The name of the object.

Returns:

  • (String)


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