Class: Aws::Types::ModelPackageGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelPackageGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#managed_configuration ⇒ Types::ManagedConfiguration
Returns the value of attribute managed_configuration.
-
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
-
#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.
-
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9119 9120 9121 |
# File 'sig/types.rbs', line 9119 def creation_time @creation_time end |
#managed_configuration ⇒ Types::ManagedConfiguration
Returns the value of attribute managed_configuration.
9121 9122 9123 |
# File 'sig/types.rbs', line 9121 def managed_configuration @managed_configuration end |
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
9117 9118 9119 |
# File 'sig/types.rbs', line 9117 def model_package_group_arn @model_package_group_arn end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
9118 9119 9120 |
# File 'sig/types.rbs', line 9118 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
9116 9117 9118 |
# File 'sig/types.rbs', line 9116 def model_package_group_name @model_package_group_name end |
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
9120 9121 9122 |
# File 'sig/types.rbs', line 9120 def model_package_group_status @model_package_group_status end |