Class: Aws::Types::DescribeModelPackageGroupOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelPackageGroupOutput
- 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.
-
#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
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4802 4803 4804 |
# File 'sig/types.rbs', line 4802 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4801 4802 4803 |
# File 'sig/types.rbs', line 4801 def creation_time @creation_time end |
#managed_configuration ⇒ Types::ManagedConfiguration
Returns the value of attribute managed_configuration.
4804 4805 4806 |
# File 'sig/types.rbs', line 4804 def managed_configuration @managed_configuration end |
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
4799 4800 4801 |
# File 'sig/types.rbs', line 4799 def model_package_group_arn @model_package_group_arn end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
4800 4801 4802 |
# File 'sig/types.rbs', line 4800 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
4798 4799 4800 |
# File 'sig/types.rbs', line 4798 def model_package_group_name @model_package_group_name end |
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
4803 4804 4805 |
# File 'sig/types.rbs', line 4803 def model_package_group_status @model_package_group_status end |