Class: Aws::Types::DescribeAIWorkloadConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAIWorkloadConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_workload_config_arn ⇒ ::String
Returns the value of attribute ai_workload_config_arn.
-
#ai_workload_config_name ⇒ ::String
Returns the value of attribute ai_workload_config_name.
-
#ai_workload_configs ⇒ Types::AIWorkloadConfigs
Returns the value of attribute ai_workload_configs.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_config ⇒ Types::AIDatasetConfig
Returns the value of attribute dataset_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#ai_workload_config_arn ⇒ ::String
Returns the value of attribute ai_workload_config_arn.
3767 3768 3769 |
# File 'sig/types.rbs', line 3767 def ai_workload_config_arn @ai_workload_config_arn end |
#ai_workload_config_name ⇒ ::String
Returns the value of attribute ai_workload_config_name.
3766 3767 3768 |
# File 'sig/types.rbs', line 3766 def ai_workload_config_name @ai_workload_config_name end |
#ai_workload_configs ⇒ Types::AIWorkloadConfigs
Returns the value of attribute ai_workload_configs.
3769 3770 3771 |
# File 'sig/types.rbs', line 3769 def ai_workload_configs @ai_workload_configs end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3771 3772 3773 |
# File 'sig/types.rbs', line 3771 def creation_time @creation_time end |
#dataset_config ⇒ Types::AIDatasetConfig
Returns the value of attribute dataset_config.
3768 3769 3770 |
# File 'sig/types.rbs', line 3768 def dataset_config @dataset_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3770 3771 3772 |
# File 'sig/types.rbs', line 3770 def @tags end |