Class: Aws::Types::Crawler

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classifiers::Array[::String]

Returns the value of attribute classifiers.

Returns:

  • (::Array[::String])


1231
1232
1233
# File 'sig/types.rbs', line 1231

def classifiers
  @classifiers
end

#configuration::String

Returns the value of attribute configuration.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def database_name
  @database_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def description
  @description
end

#lake_formation_configurationTypes::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_crawlTypes::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.

Returns:

  • (::Time)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def last_updated
  @last_updated
end

#lineage_configurationTypes::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.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def name
  @name
end

#recrawl_policyTypes::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.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def role
  @role
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



1237
1238
1239
# File 'sig/types.rbs', line 1237

def schedule
  @schedule
end

#schema_change_policyTypes::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.

Returns:

  • ("READY", "RUNNING", "STOPPING")


1235
1236
1237
# File 'sig/types.rbs', line 1235

def state
  @state
end

#table_prefix::String

Returns the value of attribute table_prefix.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def table_prefix
  @table_prefix
end

#targetsTypes::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.

Returns:

  • (::Integer)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def version
  @version
end