Class: Aws::PrometheusService::Types::CreateScraperResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::CreateScraperResponse
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the output of a CreateScraper
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the new scraper.
-
#scraper_id ⇒ String
The ID of the new 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 new scraper.
368 369 370 371 372 373 374 375 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 368 class CreateScraperResponse < Struct.new( :arn, :scraper_id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#scraper_id ⇒ String
The ID of the new scraper.
368 369 370 371 372 373 374 375 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 368 class CreateScraperResponse < 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.
368 369 370 371 372 373 374 375 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 368 class CreateScraperResponse < 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.
368 369 370 371 372 373 374 375 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 368 class CreateScraperResponse < Struct.new( :arn, :scraper_id, :status, :tags) SENSITIVE = [] include Aws::Structure end |