Class: Aws::Types::ModelDataSource
- Inherits:
-
Object
- Object
- Aws::Types::ModelDataSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: S3DataSource, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_data_source ⇒ Types::S3DataSource
Returns the value of attribute s3_data_source.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3_data_source ⇒ Types::S3DataSource
Returns the value of attribute s3_data_source.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def s3_data_source @s3_data_source end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def unknown @unknown end |