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.
9181 9182 9183 |
# File 'sig/types.rbs', line 9181 def creation_time @creation_time end |
#managed_configuration ⇒ Types::ManagedConfiguration
Returns the value of attribute managed_configuration.
9183 9184 9185 |
# File 'sig/types.rbs', line 9183 def managed_configuration @managed_configuration end |
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
9179 9180 9181 |
# File 'sig/types.rbs', line 9179 def model_package_group_arn @model_package_group_arn end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
9180 9181 9182 |
# File 'sig/types.rbs', line 9180 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
9178 9179 9180 |
# File 'sig/types.rbs', line 9178 def model_package_group_name @model_package_group_name end |
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
9182 9183 9184 |
# File 'sig/types.rbs', line 9182 def model_package_group_status @model_package_group_status end |