Class: Aws::Types::AIWorkloadConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::AIWorkloadConfigSummary
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
Instance Attribute Details
#ai_workload_config_arn ⇒ ::String
Returns the value of attribute ai_workload_config_arn.
242 243 244 |
# File 'sig/types.rbs', line 242 def ai_workload_config_arn @ai_workload_config_arn end |
#ai_workload_config_name ⇒ ::String
Returns the value of attribute ai_workload_config_name.
241 242 243 |
# File 'sig/types.rbs', line 241 def ai_workload_config_name @ai_workload_config_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
243 244 245 |
# File 'sig/types.rbs', line 243 def creation_time @creation_time end |