Class: Aws::Types::ModelDataSource

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

Defined Under Namespace

Classes: S3DataSource, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::S3DataSource

Returns the value of attribute s3_data_source.

Returns:



2997
2998
2999
# File 'sig/types.rbs', line 2997

def s3_data_source
  @s3_data_source
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2998
2999
3000
# File 'sig/types.rbs', line 2998

def unknown
  @unknown
end