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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datapipeline/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 'gems/aws-sdk-datapipeline/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 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 665

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