Class: Aws::Types::WebDataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WebDataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawler_configuration ⇒ Types::WebCrawlerConfiguration
Returns the value of attribute crawler_configuration.
-
#source_configuration ⇒ Types::WebSourceConfiguration
Returns the value of attribute source_configuration.
Instance Attribute Details
#crawler_configuration ⇒ Types::WebCrawlerConfiguration
Returns the value of attribute crawler_configuration.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def crawler_configuration @crawler_configuration end |
#source_configuration ⇒ Types::WebSourceConfiguration
Returns the value of attribute source_configuration.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def source_configuration @source_configuration end |