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.



938
939
940
941
942
943
944
945
946
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 938

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)


938
939
940
941
942
943
944
945
946
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 938

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:



938
939
940
941
942
943
944
945
946
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 938

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)


938
939
940
941
942
943
944
945
946
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 938

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.



938
939
940
941
942
943
944
945
946
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 938

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