Class: Aws::PrometheusService::Types::UpdateScraperLoggingConfigurationResponse

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

#statusTypes::ScraperLoggingConfigurationStatus

The status of the updated scraper logging configuration.



2415
2416
2417
2418
2419
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2415

class UpdateScraperLoggingConfigurationResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end