Class: Aws::Types::DataSourceType
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceType
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: S3GlueDataCatalog, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_glue_data_catalog ⇒ Types::S3GlueDataCatalog
Returns the value of attribute s3_glue_data_catalog.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#s3_glue_data_catalog ⇒ Types::S3GlueDataCatalog
Returns the value of attribute s3_glue_data_catalog.
615 616 617 |
# File 'sig/types.rbs', line 615 def s3_glue_data_catalog @s3_glue_data_catalog end |
#unknown ⇒ Object
Returns the value of attribute unknown.
616 617 618 |
# File 'sig/types.rbs', line 616 def unknown @unknown end |