Class: Aws::PrometheusService::Types::ComponentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ComponentConfig
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Configuration settings for a scraper component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Hash<String,String>
Configuration options for the scraper component.
Instance Attribute Details
#options ⇒ Hash<String,String>
Configuration options for the scraper component.
125 126 127 128 129 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 125 class ComponentConfig < Struct.new( :options) SENSITIVE = [] include Aws::Structure end |