Class: Aws::Types::UpdateCrawlerRequest

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


7948
7949
7950
# File 'sig/types.rbs', line 7948

def classifiers
  @classifiers
end

#configuration::String

Returns the value of attribute configuration.

Returns:

  • (::String)


7954
7955
7956
# File 'sig/types.rbs', line 7954

def configuration
  @configuration
end

#crawler_security_configuration::String

Returns the value of attribute crawler_security_configuration.

Returns:

  • (::String)


7955
7956
7957
# File 'sig/types.rbs', line 7955

def crawler_security_configuration
  @crawler_security_configuration
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7944
7945
7946
# File 'sig/types.rbs', line 7944

def database_name
  @database_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7945
7946
7947
# File 'sig/types.rbs', line 7945

def description
  @description
end

#lake_formation_configurationTypes::LakeFormationConfiguration

Returns the value of attribute lake_formation_configuration.



7953
7954
7955
# File 'sig/types.rbs', line 7953

def lake_formation_configuration
  @lake_formation_configuration
end

#lineage_configurationTypes::LineageConfiguration

Returns the value of attribute lineage_configuration.



7952
7953
7954
# File 'sig/types.rbs', line 7952

def lineage_configuration
  @lineage_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7942
7943
7944
# File 'sig/types.rbs', line 7942

def name
  @name
end

#recrawl_policyTypes::RecrawlPolicy

Returns the value of attribute recrawl_policy.



7951
7952
7953
# File 'sig/types.rbs', line 7951

def recrawl_policy
  @recrawl_policy
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


7943
7944
7945
# File 'sig/types.rbs', line 7943

def role
  @role
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


7947
7948
7949
# File 'sig/types.rbs', line 7947

def schedule
  @schedule
end

#schema_change_policyTypes::SchemaChangePolicy

Returns the value of attribute schema_change_policy.



7950
7951
7952
# File 'sig/types.rbs', line 7950

def schema_change_policy
  @schema_change_policy
end

#table_prefix::String

Returns the value of attribute table_prefix.

Returns:

  • (::String)


7949
7950
7951
# File 'sig/types.rbs', line 7949

def table_prefix
  @table_prefix
end

#targetsTypes::CrawlerTargets

Returns the value of attribute targets.



7946
7947
7948
# File 'sig/types.rbs', line 7946

def targets
  @targets
end