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.
4799 4800 4801 |
# File 'sig/types.rbs', line 4799 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4798 4799 4800 |
# File 'sig/types.rbs', line 4798 def creation_time @creation_time end |
#managed_configuration ⇒ Types::ManagedConfiguration
Returns the value of attribute managed_configuration.
4801 4802 4803 |
# File 'sig/types.rbs', line 4801 def managed_configuration @managed_configuration end |
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
4796 4797 4798 |
# File 'sig/types.rbs', line 4796 def model_package_group_arn @model_package_group_arn end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
4797 4798 4799 |
# File 'sig/types.rbs', line 4797 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
4795 4796 4797 |
# File 'sig/types.rbs', line 4795 def model_package_group_name @model_package_group_name end |
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
4800 4801 4802 |
# File 'sig/types.rbs', line 4800 def model_package_group_status @model_package_group_status end |