Class: Aws::Types::UpdateScraperLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScraperLoggingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logging_destination ⇒ Types::ScraperLoggingDestination
Returns the value of attribute logging_destination.
-
#scraper_components ⇒ ::Array[Types::ScraperComponent]
Returns the value of attribute scraper_components.
-
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
Instance Attribute Details
#logging_destination ⇒ Types::ScraperLoggingDestination
Returns the value of attribute logging_destination.
835 836 837 |
# File 'sig/types.rbs', line 835 def logging_destination @logging_destination end |
#scraper_components ⇒ ::Array[Types::ScraperComponent]
Returns the value of attribute scraper_components.
836 837 838 |
# File 'sig/types.rbs', line 836 def scraper_components @scraper_components end |
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
834 835 836 |
# File 'sig/types.rbs', line 834 def scraper_id @scraper_id end |