Class: Aws::Types::UpdateCrawlerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCrawlerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classifiers ⇒ ::Array[::String]
Returns the value of attribute classifiers.
-
#configuration ⇒ ::String
Returns the value of attribute configuration.
-
#crawler_security_configuration ⇒ ::String
Returns the value of attribute crawler_security_configuration.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Returns the value of attribute lake_formation_configuration.
-
#lineage_configuration ⇒ Types::LineageConfiguration
Returns the value of attribute lineage_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recrawl_policy ⇒ Types::RecrawlPolicy
Returns the value of attribute recrawl_policy.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#schedule ⇒ ::String
Returns the value of attribute schedule.
-
#schema_change_policy ⇒ Types::SchemaChangePolicy
Returns the value of attribute schema_change_policy.
-
#table_prefix ⇒ ::String
Returns the value of attribute table_prefix.
-
#targets ⇒ Types::CrawlerTargets
Returns the value of attribute targets.
Instance Attribute Details
#classifiers ⇒ ::Array[::String]
Returns the value of attribute classifiers.
7916 7917 7918 |
# File 'sig/types.rbs', line 7916 def classifiers @classifiers end |
#configuration ⇒ ::String
Returns the value of attribute configuration.
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.
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.
7912 7913 7914 |
# File 'sig/types.rbs', line 7912 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
7913 7914 7915 |
# File 'sig/types.rbs', line 7913 def description @description end |
#lake_formation_configuration ⇒ Types::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_configuration ⇒ Types::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.
7910 7911 7912 |
# File 'sig/types.rbs', line 7910 def name @name end |
#recrawl_policy ⇒ Types::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.
7911 7912 7913 |
# File 'sig/types.rbs', line 7911 def role @role end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
7915 7916 7917 |
# File 'sig/types.rbs', line 7915 def schedule @schedule end |
#schema_change_policy ⇒ Types::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.
7917 7918 7919 |
# File 'sig/types.rbs', line 7917 def table_prefix @table_prefix end |
#targets ⇒ Types::CrawlerTargets
Returns the value of attribute targets.
7914 7915 7916 |
# File 'sig/types.rbs', line 7914 def targets @targets end |