Class: Aws::PrometheusService::Types::DescribeScraperResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-prometheusservice/types.rb

Overview

Represents the output of a ‘DescribeScraper` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scraperTypes::ScraperDescription

Contains details about the scraper.



712
713
714
715
716
# File 'lib/aws-sdk-prometheusservice/types.rb', line 712

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