Class: Aws::ObservabilityAdmin::Types::Source

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

Overview

A list of source plugin types used in the pipeline configuration (such as cloudwatch_logs or s3). Currently supports a single source per pipeline, but is structured as a list to accommodate multiple pipelines in the configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The plugin name of the source, such as cloudwatch_logs or s3.

Returns:

  • (String)


1776
1777
1778
1779
1780
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1776

class Source < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end