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.
9109 9110 9111 |
# File 'sig/types.rbs', line 9109 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9108 9109 9110 |
# File 'sig/types.rbs', line 9108 def creation_time @creation_time end |
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
9106 9107 9108 |
# File 'sig/types.rbs', line 9106 def model_package_group_arn @model_package_group_arn end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
9107 9108 9109 |
# File 'sig/types.rbs', line 9107 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
9105 9106 9107 |
# File 'sig/types.rbs', line 9105 def model_package_group_name @model_package_group_name end |
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
9110 9111 9112 |
# File 'sig/types.rbs', line 9110 def model_package_group_status @model_package_group_status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9111 9112 9113 |
# File 'sig/types.rbs', line 9111 def @tags end |