Class: Aws::PrometheusService::Types::UpdateScraperResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the updated scraper.

Returns:

  • (String)


1951
1952
1953
1954
1955
1956
1957
1958
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1951

class UpdateScraperResponse < Struct.new(
  :arn,
  :scraper_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#scraper_idString

The ID of the updated scraper.

Returns:

  • (String)


1951
1952
1953
1954
1955
1956
1957
1958
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1951

class UpdateScraperResponse < Struct.new(
  :arn,
  :scraper_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ScraperStatus

A structure that displays the current status of the scraper.



1951
1952
1953
1954
1955
1956
1957
1958
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1951

class UpdateScraperResponse < Struct.new(
  :arn,
  :scraper_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of tag keys and values that are associated with the scraper.

Returns:

  • (Hash<String,String>)


1951
1952
1953
1954
1955
1956
1957
1958
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1951

class UpdateScraperResponse < Struct.new(
  :arn,
  :scraper_id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end