Class: Aws::Types::CrawlerTargets
- Inherits:
-
Object
- Object
- Aws::Types::CrawlerTargets
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_targets ⇒ ::Array[Types::CatalogTarget]
Returns the value of attribute catalog_targets.
-
#delta_targets ⇒ ::Array[Types::DeltaTarget]
Returns the value of attribute delta_targets.
-
#dynamo_db_targets ⇒ ::Array[Types::DynamoDBTarget]
Returns the value of attribute dynamo_db_targets.
-
#hudi_targets ⇒ ::Array[Types::HudiTarget]
Returns the value of attribute hudi_targets.
-
#iceberg_targets ⇒ ::Array[Types::IcebergTarget]
Returns the value of attribute iceberg_targets.
-
#jdbc_targets ⇒ ::Array[Types::JdbcTarget]
Returns the value of attribute jdbc_targets.
-
#mongo_db_targets ⇒ ::Array[Types::MongoDBTarget]
Returns the value of attribute mongo_db_targets.
-
#s3_targets ⇒ ::Array[Types::S3Target]
Returns the value of attribute s3_targets.
Instance Attribute Details
#catalog_targets ⇒ ::Array[Types::CatalogTarget]
Returns the value of attribute catalog_targets.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def catalog_targets @catalog_targets end |
#delta_targets ⇒ ::Array[Types::DeltaTarget]
Returns the value of attribute delta_targets.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def delta_targets @delta_targets end |
#dynamo_db_targets ⇒ ::Array[Types::DynamoDBTarget]
Returns the value of attribute dynamo_db_targets.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def dynamo_db_targets @dynamo_db_targets end |
#hudi_targets ⇒ ::Array[Types::HudiTarget]
Returns the value of attribute hudi_targets.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def hudi_targets @hudi_targets end |
#iceberg_targets ⇒ ::Array[Types::IcebergTarget]
Returns the value of attribute iceberg_targets.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def iceberg_targets @iceberg_targets end |
#jdbc_targets ⇒ ::Array[Types::JdbcTarget]
Returns the value of attribute jdbc_targets.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def jdbc_targets @jdbc_targets end |
#mongo_db_targets ⇒ ::Array[Types::MongoDBTarget]
Returns the value of attribute mongo_db_targets.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def mongo_db_targets @mongo_db_targets end |
#s3_targets ⇒ ::Array[Types::S3Target]
Returns the value of attribute s3_targets.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def s3_targets @s3_targets end |