Class: Aws::Types::CreateDataSourceFromS3Input
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSourceFromS3Input
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_statistics ⇒ Boolean
Returns the value of attribute compute_statistics.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#data_source_name ⇒ ::String
Returns the value of attribute data_source_name.
-
#data_spec ⇒ Types::S3DataSpec
Returns the value of attribute data_spec.
Instance Attribute Details
#compute_statistics ⇒ Boolean
Returns the value of attribute compute_statistics.
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.
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.
88 89 90 |
# File 'sig/types.rbs', line 88 def data_source_name @data_source_name end |
#data_spec ⇒ Types::S3DataSpec
Returns the value of attribute data_spec.
89 90 91 |
# File 'sig/types.rbs', line 89 def data_spec @data_spec end |