Class: Aws::PrometheusService::Types::UpdateScraperResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::UpdateScraperResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated scraper.
-
#scraper_id ⇒ String
The ID of the updated scraper.
-
#status ⇒ Types::ScraperStatus
A structure that displays the current status of the scraper.
-
#tags ⇒ Hash<String,String>
The list of tag keys and values that are associated with the scraper.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated scraper.
1810 1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1810 class UpdateScraperResponse < Struct.new( :arn, :scraper_id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#scraper_id ⇒ String
The ID of the updated scraper.
1810 1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1810 class UpdateScraperResponse < Struct.new( :arn, :scraper_id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ScraperStatus
A structure that displays the current status of the scraper.
1810 1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1810 class UpdateScraperResponse < Struct.new( :arn, :scraper_id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of tag keys and values that are associated with the scraper.
1810 1811 1812 1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1810 class UpdateScraperResponse < Struct.new( :arn, :scraper_id, :status, :tags) SENSITIVE = [] include Aws::Structure end |