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.
4817 4818 4819 |
# File 'sig/types.rbs', line 4817 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4816 4817 4818 |
# File 'sig/types.rbs', line 4816 def creation_time @creation_time end |
#managed_configuration ⇒ Types::ManagedConfiguration
Returns the value of attribute managed_configuration.
4819 4820 4821 |
# File 'sig/types.rbs', line 4819 def managed_configuration @managed_configuration end |
#model_package_group_arn ⇒ ::String
Returns the value of attribute model_package_group_arn.
4814 4815 4816 |
# File 'sig/types.rbs', line 4814 def model_package_group_arn @model_package_group_arn end |
#model_package_group_description ⇒ ::String
Returns the value of attribute model_package_group_description.
4815 4816 4817 |
# File 'sig/types.rbs', line 4815 def model_package_group_description @model_package_group_description end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
4813 4814 4815 |
# File 'sig/types.rbs', line 4813 def model_package_group_name @model_package_group_name end |
#model_package_group_status ⇒ "Pending", ...
Returns the value of attribute model_package_group_status.
4818 4819 4820 |
# File 'sig/types.rbs', line 4818 def model_package_group_status @model_package_group_status end |