Class: Aws::IoTAnalytics::Types::CreatePipelineResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_arnString

The ARN of the pipeline.

Returns:

  • (String)


670
671
672
673
674
675
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 670

class CreatePipelineResponse < Struct.new(
  :pipeline_name,
  :pipeline_arn)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline.

Returns:

  • (String)


670
671
672
673
674
675
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 670

class CreatePipelineResponse < Struct.new(
  :pipeline_name,
  :pipeline_arn)
  SENSITIVE = []
  include Aws::Structure
end