Class: Aws::IoTAnalytics::Types::CreatePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::CreatePipelineResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_arn ⇒ String
The ARN of the pipeline.
-
#pipeline_name ⇒ String
The name of the pipeline.
Instance Attribute Details
#pipeline_arn ⇒ String
The ARN of the pipeline.
670 671 672 673 674 675 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 670 class CreatePipelineResponse < Struct.new( :pipeline_name, :pipeline_arn) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline.
670 671 672 673 674 675 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 670 class CreatePipelineResponse < Struct.new( :pipeline_name, :pipeline_arn) SENSITIVE = [] include Aws::Structure end |