Class: Aws::Types::CreateModelPackageGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelPackageGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_configuration ⇒ Types::ManagedConfiguration
Returns the value of attribute managed_configuration.
-
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
-
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#managed_configuration ⇒ Types::ManagedConfiguration
Returns the value of attribute managed_configuration.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def managed_configuration @managed_configuration end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def model_package_group_name @model_package_group_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def end |