Class: Aws::IoTSiteWise::Types::DescribePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribePipelineRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Request structure for DescribePipeline operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_name ⇒ String
The name of the pipeline.
-
#pipeline_version ⇒ String
The version number of the pipeline to retrieve.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#pipeline_name ⇒ String
The name of the pipeline.
7636 7637 7638 7639 7640 7641 7642 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7636 class DescribePipelineRequest < Struct.new( :workspace_name, :pipeline_name, :pipeline_version) SENSITIVE = [] include Aws::Structure end |
#pipeline_version ⇒ String
The version number of the pipeline to retrieve. If not specified, returns the latest version.
7636 7637 7638 7639 7640 7641 7642 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7636 class DescribePipelineRequest < Struct.new( :workspace_name, :pipeline_name, :pipeline_version) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace.
7636 7637 7638 7639 7640 7641 7642 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7636 class DescribePipelineRequest < Struct.new( :workspace_name, :pipeline_name, :pipeline_version) SENSITIVE = [] include Aws::Structure end |