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.
3750 3751 3752 |
# File 'sig/types.rbs', line 3750 def ai_workload_config_arn @ai_workload_config_arn end |
#ai_workload_config_name ⇒ ::String
Returns the value of attribute ai_workload_config_name.
3749 3750 3751 |
# File 'sig/types.rbs', line 3749 def ai_workload_config_name @ai_workload_config_name end |
#ai_workload_configs ⇒ Types::AIWorkloadConfigs
Returns the value of attribute ai_workload_configs.
3752 3753 3754 |
# File 'sig/types.rbs', line 3752 def ai_workload_configs @ai_workload_configs end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3754 3755 3756 |
# File 'sig/types.rbs', line 3754 def creation_time @creation_time end |
#dataset_config ⇒ Types::AIDatasetConfig
Returns the value of attribute dataset_config.
3751 3752 3753 |
# File 'sig/types.rbs', line 3751 def dataset_config @dataset_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3753 3754 3755 |
# File 'sig/types.rbs', line 3753 def @tags end |