Class: Aws::Types::CreateCrawlerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCrawlerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classifiers ⇒ ::Array[::String]
Returns the value of attribute classifiers.
-
#configuration ⇒ ::String
Returns the value of attribute configuration.
-
#crawler_security_configuration ⇒ ::String
Returns the value of attribute crawler_security_configuration.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Returns the value of attribute lake_formation_configuration.
-
#lineage_configuration ⇒ Types::LineageConfiguration
Returns the value of attribute lineage_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recrawl_policy ⇒ Types::RecrawlPolicy
Returns the value of attribute recrawl_policy.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#schema_change_policy ⇒ Types::SchemaChangePolicy
Returns the value of attribute schema_change_policy.
-
#table_prefix ⇒ ::String
Returns the value of attribute table_prefix.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#targets ⇒ Types::CrawlerTargets
Returns the value of attribute targets.
Instance Attribute Details
#classifiers ⇒ ::Array[::String]
Returns the value of attribute classifiers.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def classifiers @classifiers end |
#configuration ⇒ ::String
Returns the value of attribute configuration.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def configuration @configuration end |
#crawler_security_configuration ⇒ ::String
Returns the value of attribute crawler_security_configuration.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def crawler_security_configuration @crawler_security_configuration end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def description @description end |
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Returns the value of attribute lake_formation_configuration.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def lake_formation_configuration @lake_formation_configuration end |
#lineage_configuration ⇒ Types::LineageConfiguration
Returns the value of attribute lineage_configuration.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def lineage_configuration @lineage_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def name @name end |
#recrawl_policy ⇒ Types::RecrawlPolicy
Returns the value of attribute recrawl_policy.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def recrawl_policy @recrawl_policy end |
#role ⇒ ::String
Returns the value of attribute role.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def role @role end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def schedule @schedule end |
#schema_change_policy ⇒ Types::SchemaChangePolicy
Returns the value of attribute schema_change_policy.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def schema_change_policy @schema_change_policy end |
#table_prefix ⇒ ::String
Returns the value of attribute table_prefix.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def table_prefix @table_prefix end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def @tags end |
#targets ⇒ Types::CrawlerTargets
Returns the value of attribute targets.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def targets @targets end |