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)


1827
1828
1829
1830
1831
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1827

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