Class: Aws::PrometheusService::Types::DescribeScraperResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeScraperResponse
- 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
-
#scraper ⇒ Types::ScraperDescription
Contains details about the scraper.
Instance Attribute Details
#scraper ⇒ Types::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 |