Class: Aws::Types::CreateDataSourceFromS3Input

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#compute_statisticsBoolean

Returns the value of attribute compute_statistics.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def compute_statistics
  @compute_statistics
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def data_source_id
  @data_source_id
end

#data_source_name::String

Returns the value of attribute data_source_name.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def data_source_name
  @data_source_name
end

#data_specTypes::S3DataSpec

Returns the value of attribute data_spec.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def data_spec
  @data_spec
end