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


7916
7917
7918
# File 'sig/types.rbs', line 7916

def classifiers
  @classifiers
end

#configuration::String

Returns the value of attribute configuration.

Returns:

  • (::String)


7922
7923
7924
# File 'sig/types.rbs', line 7922

def configuration
  @configuration
end

#crawler_security_configuration::String

Returns the value of attribute crawler_security_configuration.

Returns:

  • (::String)


7923
7924
7925
# File 'sig/types.rbs', line 7923

def crawler_security_configuration
  @crawler_security_configuration
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7912
7913
7914
# File 'sig/types.rbs', line 7912

def database_name
  @database_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7913
7914
7915
# File 'sig/types.rbs', line 7913

def description
  @description
end

#lake_formation_configurationTypes::LakeFormationConfiguration

Returns the value of attribute lake_formation_configuration.



7921
7922
7923
# File 'sig/types.rbs', line 7921

def lake_formation_configuration
  @lake_formation_configuration
end

#lineage_configurationTypes::LineageConfiguration

Returns the value of attribute lineage_configuration.



7920
7921
7922
# File 'sig/types.rbs', line 7920

def lineage_configuration
  @lineage_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7910
7911
7912
# File 'sig/types.rbs', line 7910

def name
  @name
end

#recrawl_policyTypes::RecrawlPolicy

Returns the value of attribute recrawl_policy.



7919
7920
7921
# File 'sig/types.rbs', line 7919

def recrawl_policy
  @recrawl_policy
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


7911
7912
7913
# File 'sig/types.rbs', line 7911

def role
  @role
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


7915
7916
7917
# File 'sig/types.rbs', line 7915

def schedule
  @schedule
end

#schema_change_policyTypes::SchemaChangePolicy

Returns the value of attribute schema_change_policy.



7918
7919
7920
# File 'sig/types.rbs', line 7918

def schema_change_policy
  @schema_change_policy
end

#table_prefix::String

Returns the value of attribute table_prefix.

Returns:

  • (::String)


7917
7918
7919
# File 'sig/types.rbs', line 7917

def table_prefix
  @table_prefix
end

#targetsTypes::CrawlerTargets

Returns the value of attribute targets.



7914
7915
7916
# File 'sig/types.rbs', line 7914

def targets
  @targets
end