Class: Aws::PrometheusService::Types::DescribeScraperLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeScraperLoggingConfigurationResponse
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_destination ⇒ Types::ScraperLoggingDestination
The destination where scraper logs are sent.
-
#modified_at ⇒ Time
The date and time when the logging configuration was last modified.
-
#scraper_components ⇒ Array<Types::ScraperComponent>
The list of scraper components configured for logging.
-
#scraper_id ⇒ String
The ID of the scraper.
-
#status ⇒ Types::ScraperLoggingConfigurationStatus
The status of the scraper logging configuration.
Instance Attribute Details
#logging_destination ⇒ Types::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_at ⇒ Time
The date and time when the logging configuration was last modified.
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_components ⇒ Array<Types::ScraperComponent>
The list of scraper components configured for logging.
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_id ⇒ String
The ID of the scraper.
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 |
#status ⇒ Types::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 |