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.
7948 7949 7950 |
# File 'sig/types.rbs', line 7948 def classifiers @classifiers end |
#configuration ⇒ ::String
Returns the value of attribute configuration.
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.
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.
7944 7945 7946 |
# File 'sig/types.rbs', line 7944 def database_name @database_name end |
#description ⇒ ::String
Returns the value of attribute description.
7945 7946 7947 |
# File 'sig/types.rbs', line 7945 def description @description end |
#lake_formation_configuration ⇒ Types::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_configuration ⇒ Types::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.
7942 7943 7944 |
# File 'sig/types.rbs', line 7942 def name @name end |
#recrawl_policy ⇒ Types::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.
7943 7944 7945 |
# File 'sig/types.rbs', line 7943 def role @role end |
#schedule ⇒ ::String
Returns the value of attribute schedule.
7947 7948 7949 |
# File 'sig/types.rbs', line 7947 def schedule @schedule end |
#schema_change_policy ⇒ Types::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.
7949 7950 7951 |
# File 'sig/types.rbs', line 7949 def table_prefix @table_prefix end |
#targets ⇒ Types::CrawlerTargets
Returns the value of attribute targets.
7946 7947 7948 |
# File 'sig/types.rbs', line 7946 def targets @targets end |