Class: Aws::Types::CustomModelDataSource
- Inherits:
-
Object
- Object
- Aws::Types::CustomModelDataSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ModelPackageArnDataSource, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_package_arn_data_source ⇒ Types::ModelPackageArnDataSource
Returns the value of attribute model_package_arn_data_source.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#model_package_arn_data_source ⇒ Types::ModelPackageArnDataSource
Returns the value of attribute model_package_arn_data_source.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def model_package_arn_data_source @model_package_arn_data_source end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def unknown @unknown end |