Class: Aws::Types::DataModelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DataModelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_model ⇒ Types::DataModel
Returns the value of attribute data_model.
-
#data_model_s3_configuration ⇒ Types::DataModelS3Configuration
Returns the value of attribute data_model_s3_configuration.
Instance Attribute Details
#data_model ⇒ Types::DataModel
Returns the value of attribute data_model.
122 123 124 |
# File 'sig/types.rbs', line 122 def data_model @data_model end |
#data_model_s3_configuration ⇒ Types::DataModelS3Configuration
Returns the value of attribute data_model_s3_configuration.
123 124 125 |
# File 'sig/types.rbs', line 123 def data_model_s3_configuration @data_model_s3_configuration end |