Class: Aws::PrometheusService::Types::ScraperComponent
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ScraperComponent
- 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
-
#config ⇒ Types::ComponentConfig
The configuration settings for the scraper component.
-
#type ⇒ String
The type of the scraper component.
Instance Attribute Details
#config ⇒ Types::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 |
#type ⇒ String
The type of 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 |