Class: Aws::PrometheusService::Types::DescribeScraperRequest

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

Overview

Represents the input of a DescribeScraper operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scraper_idString

The ID of the scraper to describe.

Returns:

  • (String)


1295
1296
1297
1298
1299
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1295

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