Class: Aws::OSIS::Types::PipelineSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::PipelineSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Summary information for an OpenSearch Ingestion pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when the pipeline was created.
-
#destinations ⇒ Array<Types::PipelineDestination>
A list of destinations to which the pipeline writes data.
-
#last_updated_at ⇒ Time
The date and time when the pipeline was last updated.
-
#max_units ⇒ Integer
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
-
#min_units ⇒ Integer
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
-
#pipeline_name ⇒ String
The name of the pipeline.
-
#status ⇒ String
The current status of the pipeline.
-
#status_reason ⇒ Types::PipelineStatusReason
Information about a pipeline’s current status.
-
#tags ⇒ Array<Types::Tag>
A list of tags associated with the given pipeline.
Instance Attribute Details
#created_at ⇒ Time
The date and time when the pipeline was created.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::PipelineDestination>
A list of destinations to which the pipeline writes data.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time when the pipeline was last updated.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#max_units ⇒ Integer
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#min_units ⇒ Integer
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the pipeline.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ Types::PipelineStatusReason
Information about a pipeline’s current status.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags associated with the given pipeline.
697 698 699 700 701 702 703 704 705 706 707 708 709 710 |
# File 'lib/aws-sdk-osis/types.rb', line 697 class PipelineSummary < Struct.new( :status, :status_reason, :pipeline_name, :pipeline_arn, :min_units, :max_units, :created_at, :last_updated_at, :destinations, :tags) SENSITIVE = [] include Aws::Structure end |