Class: Aws::Types::ModelPackageGroup
- Inherits:
-
Object
- Object
- Aws::Types::ModelPackageGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
9124 9125 9126 |
# File 'sig/types.rbs', line 9124 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9123 9124 9125 |
# File 'sig/types.rbs', line 9123 def creation_time @creation_time end |
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
9121 9122 9123 |
# File 'sig/types.rbs', line 9121 def model_package_group_arn @model_package_group_arn end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
9122 9123 9124 |
# File 'sig/types.rbs', line 9122 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
9120 9121 9122 |
# File 'sig/types.rbs', line 9120 def model_package_group_name @model_package_group_name end |
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
9125 9126 9127 |
# File 'sig/types.rbs', line 9125 def model_package_group_status @model_package_group_status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9126 9127 9128 |
# File 'sig/types.rbs', line 9126 def @tags end |