Class: Aws::PrometheusService::Types::AmpConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-prometheusservice/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

Instance Attribute Details

#workspace_arnString

ARN of the Amazon Managed Service for Prometheus workspace.

Returns:

  • (String)


93
94
95
96
97
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 93

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