Class: Aws::DataPipeline::Types::PipelineIdName
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::PipelineIdName
- 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
-
#id ⇒ String
The ID of the pipeline that was assigned by AWS Data Pipeline.
-
#name ⇒ String
The name of the pipeline.
Instance Attribute Details
#id ⇒ String
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form ‘df-297EG78HU43EEXAMPLE`.
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 |
#name ⇒ String
The name of the pipeline.
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 |