Class: Aws::PrometheusService::Types::GetDefaultScraperConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::GetDefaultScraperConfigurationResponse
- 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
-
#configuration ⇒ String
The configuration file.
Instance Attribute Details
#configuration ⇒ String
The configuration file. Base 64 encoded. For more information, see [Scraper configuration]in the *Amazon Managed Service for Prometheus User Guide*.
818 819 820 821 822 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 818 class GetDefaultScraperConfigurationResponse < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |