Class: Aws::Types::VectorEnrichmentJobDataSourceConfigInput
- Inherits:
-
Object
- Object
- Aws::Types::VectorEnrichmentJobDataSourceConfigInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_data ⇒ Types::VectorEnrichmentJobS3Data
Returns the value of attribute s3_data.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3_data ⇒ Types::VectorEnrichmentJobS3Data
Returns the value of attribute s3_data.
727 728 729 |
# File 'sig/types.rbs', line 727 def s3_data @s3_data end |
#unknown ⇒ Object
Returns the value of attribute unknown.
728 729 730 |
# File 'sig/types.rbs', line 728 def unknown @unknown end |