Class: Aws::Types::ModelPackageConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelPackageConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
-
#source_model_package_arn ⇒ ::String
Returns the value of attribute source_model_package_arn.
Instance Attribute Details
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
9079 9080 9081 |
# File 'sig/types.rbs', line 9079 def model_package_group_arn @model_package_group_arn end |
#source_model_package_arn ⇒ ::String
Returns the value of attribute source_model_package_arn.
9080 9081 9082 |
# File 'sig/types.rbs', line 9080 def source_model_package_arn @source_model_package_arn end |