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


1387
1388
1389
# File 'sig/types.rbs', line 1387

def classifiers
  @classifiers
end

#configuration::String

Returns the value of attribute configuration.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def configuration
  @configuration
end

#crawler_security_configuration::String

Returns the value of attribute crawler_security_configuration.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def crawler_security_configuration
  @crawler_security_configuration
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


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

def database_name
  @database_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#lake_formation_configurationTypes::LakeFormationConfiguration

Returns the value of attribute lake_formation_configuration.



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

def lake_formation_configuration
  @lake_formation_configuration
end

#lineage_configurationTypes::LineageConfiguration

Returns the value of attribute lineage_configuration.



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

def lineage_configuration
  @lineage_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#recrawl_policyTypes::RecrawlPolicy

Returns the value of attribute recrawl_policy.



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

def recrawl_policy
  @recrawl_policy
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


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

def role
  @role
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


1386
1387
1388
# File 'sig/types.rbs', line 1386

def schedule
  @schedule
end

#schema_change_policyTypes::SchemaChangePolicy

Returns the value of attribute schema_change_policy.



1389
1390
1391
# File 'sig/types.rbs', line 1389

def schema_change_policy
  @schema_change_policy
end

#table_prefix::String

Returns the value of attribute table_prefix.

Returns:

  • (::String)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def table_prefix
  @table_prefix
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1395
1396
1397
# File 'sig/types.rbs', line 1395

def tags
  @tags
end

#targetsTypes::CrawlerTargets

Returns the value of attribute targets.



1385
1386
1387
# File 'sig/types.rbs', line 1385

def targets
  @targets
end