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.



2953
2954
2955
2956
2957
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2953

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