Class: Aws::PrometheusService::Types::UpdateScraperLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::UpdateScraperLoggingConfigurationRequest
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_destination ⇒ Types::ScraperLoggingDestination
The destination where scraper logs will be sent.
-
#scraper_components ⇒ Array<Types::ScraperComponent>
The list of scraper components to configure for logging.
-
#scraper_id ⇒ String
The ID of the scraper whose logging configuration will be updated.
Instance Attribute Details
#logging_destination ⇒ Types::ScraperLoggingDestination
The destination where scraper logs will be sent.
2401 2402 2403 2404 2405 2406 2407 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2401 class UpdateScraperLoggingConfigurationRequest < Struct.new( :scraper_id, :logging_destination, :scraper_components) SENSITIVE = [] include Aws::Structure end |
#scraper_components ⇒ Array<Types::ScraperComponent>
The list of scraper components to configure for logging.
2401 2402 2403 2404 2405 2406 2407 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2401 class UpdateScraperLoggingConfigurationRequest < Struct.new( :scraper_id, :logging_destination, :scraper_components) SENSITIVE = [] include Aws::Structure end |
#scraper_id ⇒ String
The ID of the scraper whose logging configuration will be updated.
2401 2402 2403 2404 2405 2406 2407 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2401 class UpdateScraperLoggingConfigurationRequest < Struct.new( :scraper_id, :logging_destination, :scraper_components) SENSITIVE = [] include Aws::Structure end |