You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::Pipeline

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about a pipeline.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#activitiesArray<Types::PipelineActivity>

The activities that perform transformations on the messages.

Returns:

#arnString

The ARN of the pipeline.

Returns:

  • (String)

    The ARN of the pipeline.

#creation_timeTime

When the pipeline was created.

Returns:

  • (Time)

    When the pipeline was created.

#last_update_timeTime

The last time the pipeline was updated.

Returns:

  • (Time)

    The last time the pipeline was updated.

#nameString

The name of the pipeline.

Returns:

  • (String)

    The name of the pipeline.

#reprocessing_summariesArray<Types::ReprocessingSummary>

A summary of information about the pipeline reprocessing.

Returns: