Class: Aws::Types::VectorEnrichmentJobDataSourceConfigInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: S3Data, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_dataTypes::VectorEnrichmentJobS3Data

Returns the value of attribute s3_data.



727
728
729
# File 'sig/types.rbs', line 727

def s3_data
  @s3_data
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


728
729
730
# File 'sig/types.rbs', line 728

def unknown
  @unknown
end