Class: Aws::PrometheusService::Types::UpdateScraperLoggingConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_destinationTypes::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_componentsArray<Types::ScraperComponent>

The list of scraper components to configure for logging.

Returns:



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_idString

The ID of the scraper whose logging configuration will be updated.

Returns:

  • (String)


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