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.
9134 9135 9136 |
# File 'sig/types.rbs', line 9134 def creation_time @creation_time end |
#managed_configuration ⇒ Types::ManagedConfiguration
Returns the value of attribute managed_configuration.
9136 9137 9138 |
# File 'sig/types.rbs', line 9136 def managed_configuration @managed_configuration end |
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
9132 9133 9134 |
# File 'sig/types.rbs', line 9132 def model_package_group_arn @model_package_group_arn end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
9133 9134 9135 |
# File 'sig/types.rbs', line 9133 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
9131 9132 9133 |
# File 'sig/types.rbs', line 9131 def model_package_group_name @model_package_group_name end |
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
9135 9136 9137 |
# File 'sig/types.rbs', line 9135 def model_package_group_status @model_package_group_status end |