Class: Aws::PrometheusService::Types::DescribeScraperLoggingConfigurationResponse

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 are sent.



1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1258

class DescribeScraperLoggingConfigurationResponse < Struct.new(
  :status,
  :scraper_id,
  :logging_destination,
  :scraper_components,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time when the logging configuration was last modified.

Returns:

  • (Time)


1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1258

class DescribeScraperLoggingConfigurationResponse < Struct.new(
  :status,
  :scraper_id,
  :logging_destination,
  :scraper_components,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#scraper_componentsArray<Types::ScraperComponent>

The list of scraper components configured for logging.

Returns:



1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1258

class DescribeScraperLoggingConfigurationResponse < Struct.new(
  :status,
  :scraper_id,
  :logging_destination,
  :scraper_components,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#scraper_idString

The ID of the scraper.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1258

class DescribeScraperLoggingConfigurationResponse < Struct.new(
  :status,
  :scraper_id,
  :logging_destination,
  :scraper_components,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ScraperLoggingConfigurationStatus

The status of the scraper logging configuration.



1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1258

class DescribeScraperLoggingConfigurationResponse < Struct.new(
  :status,
  :scraper_id,
  :logging_destination,
  :scraper_components,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end