Class: Aws::Types::Crawler
- Inherits:
-
Object
- Object
- Aws::Types::Crawler
- 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.
-
#crawl_elapsed_time ⇒ ::Integer
Returns the value of attribute crawl_elapsed_time.
-
#crawler_security_configuration ⇒ ::String
Returns the value of attribute crawler_security_configuration.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#last_crawl ⇒ Types::LastCrawlInfo
Returns the value of attribute last_crawl.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#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 ⇒ Types::Schedule
Returns the value of attribute schedule.
-
#schema_change_policy ⇒ Types::SchemaChangePolicy
Returns the value of attribute schema_change_policy.
-
#state ⇒ "READY", ...
Returns the value of attribute state.
-
#table_prefix ⇒ ::String
Returns the value of attribute table_prefix.
-
#targets ⇒ Types::CrawlerTargets
Returns the value of attribute targets.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#classifiers ⇒ ::Array[::String]
Returns the value of attribute classifiers.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def classifiers @classifiers end |
#configuration ⇒ ::String
Returns the value of attribute configuration.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def configuration @configuration end |
#crawl_elapsed_time ⇒ ::Integer
Returns the value of attribute crawl_elapsed_time.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def crawl_elapsed_time @crawl_elapsed_time end |
#crawler_security_configuration ⇒ ::String
Returns the value of attribute crawler_security_configuration.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def crawler_security_configuration @crawler_security_configuration end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def creation_time @creation_time end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def description @description end |
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Returns the value of attribute lake_formation_configuration.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def lake_formation_configuration @lake_formation_configuration end |
#last_crawl ⇒ Types::LastCrawlInfo
Returns the value of attribute last_crawl.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def last_crawl @last_crawl end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def last_updated @last_updated end |
#lineage_configuration ⇒ Types::LineageConfiguration
Returns the value of attribute lineage_configuration.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def lineage_configuration @lineage_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def name @name end |
#recrawl_policy ⇒ Types::RecrawlPolicy
Returns the value of attribute recrawl_policy.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def recrawl_policy @recrawl_policy end |
#role ⇒ ::String
Returns the value of attribute role.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def role @role end |
#schedule ⇒ Types::Schedule
Returns the value of attribute schedule.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def schedule @schedule end |
#schema_change_policy ⇒ Types::SchemaChangePolicy
Returns the value of attribute schema_change_policy.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def schema_change_policy @schema_change_policy end |
#state ⇒ "READY", ...
Returns the value of attribute state.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def state @state end |
#table_prefix ⇒ ::String
Returns the value of attribute table_prefix.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def table_prefix @table_prefix end |
#targets ⇒ Types::CrawlerTargets
Returns the value of attribute targets.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def targets @targets end |
#version ⇒ ::Integer
Returns the value of attribute version.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def version @version end |