Class: Aws::Types::ManagedSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManagedSourceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Unknown, WebCrawlerConfiguration
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#web_crawler_configuration ⇒ Types::WebCrawlerConfiguration
Returns the value of attribute web_crawler_configuration.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def unknown @unknown end |
#web_crawler_configuration ⇒ Types::WebCrawlerConfiguration
Returns the value of attribute web_crawler_configuration.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def web_crawler_configuration @web_crawler_configuration end |