Class: Aws::Types::UpdateScraperRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScraperRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination ⇒ Types::Destination
Returns the value of attribute destination.
-
#exporters ⇒ ::Array[Types::ExporterConfiguration]
Returns the value of attribute exporters.
-
#role_configuration ⇒ Types::RoleConfiguration
Returns the value of attribute role_configuration.
-
#scrape_configuration ⇒ Types::ScrapeConfiguration
Returns the value of attribute scrape_configuration.
-
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
847 848 849 |
# File 'sig/types.rbs', line 847 def alias @alias end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
851 852 853 |
# File 'sig/types.rbs', line 851 def client_token @client_token end |
#destination ⇒ Types::Destination
Returns the value of attribute destination.
849 850 851 |
# File 'sig/types.rbs', line 849 def destination @destination end |
#exporters ⇒ ::Array[Types::ExporterConfiguration]
Returns the value of attribute exporters.
852 853 854 |
# File 'sig/types.rbs', line 852 def exporters @exporters end |
#role_configuration ⇒ Types::RoleConfiguration
Returns the value of attribute role_configuration.
850 851 852 |
# File 'sig/types.rbs', line 850 def role_configuration @role_configuration end |
#scrape_configuration ⇒ Types::ScrapeConfiguration
Returns the value of attribute scrape_configuration.
848 849 850 |
# File 'sig/types.rbs', line 848 def scrape_configuration @scrape_configuration end |
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
846 847 848 |
# File 'sig/types.rbs', line 846 def scraper_id @scraper_id end |