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.



2500
2501
2502
2503
2504
2505
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2500

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

#typeString

The type of the scraper component.

Returns:

  • (String)


2500
2501
2502
2503
2504
2505
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2500

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