Class: Aws::PrometheusService::Types::ComponentConfig

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

Overview

Configuration settings for a scraper component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsHash<String,String>

Configuration options for the scraper component.

Returns:

  • (Hash<String,String>)


307
308
309
310
311
# File 'lib/aws-sdk-prometheusservice/types.rb', line 307

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