Class: Aws::Types::CreateCrawlerRequest

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])


1383
1384
1385
# File 'sig/types.rbs', line 1383

def classifiers
  @classifiers
end

#configuration::String

Returns the value of attribute configuration.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def database_name
  @database_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def description
  @description
end

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

Returns:

  • (::String)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def name
  @name
end

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

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def role
  @role
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def schedule
  @schedule
end

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

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


1391
1392
1393
# File 'sig/types.rbs', line 1391

def tags
  @tags
end

#targetsTypes::CrawlerTargets

Returns the value of attribute targets.



1381
1382
1383
# File 'sig/types.rbs', line 1381

def targets
  @targets
end