Class: Aws::DataPipeline::Types::PipelineIdName

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datapipeline/types.rb

Overview

Contains the name and identifier of a pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form ‘df-297EG78HU43EEXAMPLE`.

Returns:

  • (String)


665
666
667
668
669
670
# File 'lib/aws-sdk-datapipeline/types.rb', line 665

class PipelineIdName < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the pipeline.

Returns:

  • (String)


665
666
667
668
669
670
# File 'lib/aws-sdk-datapipeline/types.rb', line 665

class PipelineIdName < Struct.new(
  :id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end