Class: Aws::ObservabilityAdmin::Types::TelemetryPipelineSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::TelemetryPipelineSummary
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
Contains summary information about a telemetry pipeline for listing operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the telemetry pipeline.
-
#configuration_summary ⇒ Types::ConfigurationSummary
A summary of the pipeline configuration components.
-
#created_time_stamp ⇒ Integer
The timestamp when the telemetry pipeline was created.
-
#last_update_time_stamp ⇒ Integer
The timestamp when the telemetry pipeline was last updated.
-
#name ⇒ String
The name of the telemetry pipeline.
-
#status ⇒ String
The current status of the telemetry pipeline.
-
#tags ⇒ Hash<String,String>
The key-value pairs associated with the telemetry pipeline resource.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the telemetry pipeline.
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2079 class TelemetryPipelineSummary < Struct.new( :created_time_stamp, :last_update_time_stamp, :arn, :name, :status, :tags, :configuration_summary) SENSITIVE = [] include Aws::Structure end |
#configuration_summary ⇒ Types::ConfigurationSummary
A summary of the pipeline configuration components.
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2079 class TelemetryPipelineSummary < Struct.new( :created_time_stamp, :last_update_time_stamp, :arn, :name, :status, :tags, :configuration_summary) SENSITIVE = [] include Aws::Structure end |
#created_time_stamp ⇒ Integer
The timestamp when the telemetry pipeline was created.
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2079 class TelemetryPipelineSummary < Struct.new( :created_time_stamp, :last_update_time_stamp, :arn, :name, :status, :tags, :configuration_summary) SENSITIVE = [] include Aws::Structure end |
#last_update_time_stamp ⇒ Integer
The timestamp when the telemetry pipeline was last updated.
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2079 class TelemetryPipelineSummary < Struct.new( :created_time_stamp, :last_update_time_stamp, :arn, :name, :status, :tags, :configuration_summary) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the telemetry pipeline.
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2079 class TelemetryPipelineSummary < Struct.new( :created_time_stamp, :last_update_time_stamp, :arn, :name, :status, :tags, :configuration_summary) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the telemetry pipeline.
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2079 class TelemetryPipelineSummary < Struct.new( :created_time_stamp, :last_update_time_stamp, :arn, :name, :status, :tags, :configuration_summary) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The key-value pairs associated with the telemetry pipeline resource.
2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 2079 class TelemetryPipelineSummary < Struct.new( :created_time_stamp, :last_update_time_stamp, :arn, :name, :status, :tags, :configuration_summary) SENSITIVE = [] include Aws::Structure end |