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.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def managed_configuration @managed_configuration end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def model_package_group_name @model_package_group_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def @tags end |