Class: Aws::PrometheusService::Types::AmpConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::AmpConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
The ‘AmpConfiguration` structure defines the Amazon Managed Service for Prometheus instance a scraper should send metrics to.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #workspace_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARN of the Amazon Managed Service for Prometheus workspace.
 
Instance Attribute Details
#workspace_arn ⇒ String
ARN of the Amazon Managed Service for Prometheus workspace.
      93 94 95 96 97  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 93 class AmpConfiguration < Struct.new( :workspace_arn) SENSITIVE = [] include Aws::Structure end  |