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.



2476
2477
2478
2479
2480
2481
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2476

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

#typeString

The type of the scraper component.

Returns:

  • (String)


2476
2477
2478
2479
2480
2481
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2476

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