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.
9171 9172 9173 |
# File 'sig/types.rbs', line 9171 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9170 9171 9172 |
# File 'sig/types.rbs', line 9170 def creation_time @creation_time end |
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
9168 9169 9170 |
# File 'sig/types.rbs', line 9168 def model_package_group_arn @model_package_group_arn end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
9169 9170 9171 |
# File 'sig/types.rbs', line 9169 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
9167 9168 9169 |
# File 'sig/types.rbs', line 9167 def model_package_group_name @model_package_group_name end |
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
9172 9173 9174 |
# File 'sig/types.rbs', line 9172 def model_package_group_status @model_package_group_status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9173 9174 9175 |
# File 'sig/types.rbs', line 9173 def @tags end |