Class: Aws::Types::DescribeScraperLoggingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScraperLoggingConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logging_destination ⇒ Types::ScraperLoggingDestination
Returns the value of attribute logging_destination.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#scraper_components ⇒ ::Array[Types::ScraperComponent]
Returns the value of attribute scraper_components.
-
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
-
#status ⇒ Types::ScraperLoggingConfigurationStatus
Returns the value of attribute status.
Instance Attribute Details
#logging_destination ⇒ Types::ScraperLoggingDestination
Returns the value of attribute logging_destination.
359 360 361 |
# File 'sig/types.rbs', line 359 def logging_destination @logging_destination end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
361 362 363 |
# File 'sig/types.rbs', line 361 def modified_at @modified_at end |
#scraper_components ⇒ ::Array[Types::ScraperComponent]
Returns the value of attribute scraper_components.
360 361 362 |
# File 'sig/types.rbs', line 360 def scraper_components @scraper_components end |
#scraper_id ⇒ ::String
Returns the value of attribute scraper_id.
358 359 360 |
# File 'sig/types.rbs', line 358 def scraper_id @scraper_id end |
#status ⇒ Types::ScraperLoggingConfigurationStatus
Returns the value of attribute status.
357 358 359 |
# File 'sig/types.rbs', line 357 def status @status end |