Class: Aws::PrometheusService::Types::GetDefaultScraperConfigurationResponse

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

Overview

Represents the output of a ‘GetDefaultScraperConfiguration` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationString

The configuration file. Base 64 encoded. For more information, see [Scraper configuration]in the *Amazon Managed Service for Prometheus User Guide*.

[1]: docs.aws.amazon.com/prometheus/latest/userguide/AMP-collector-how-to.html#AMP-collector-configuration

Returns:

  • (String)


823
824
825
826
827
# File 'lib/aws-sdk-prometheusservice/types.rb', line 823

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