Class: Aws::PrometheusService::Types::ScraperComponent

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

Overview

A component of a Amazon Managed Service for Prometheus scraper that can be configured for logging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configTypes::ComponentConfig

The configuration settings for the scraper component.



1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1947

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

#typeString

The type of the scraper component.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1947

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