Class: Aws::Types::DescribeWorkloadResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkloadResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#workload_configuration ⇒ Types::WorkloadConfiguration
Returns the value of attribute workload_configuration.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
-
#workload_remarks ⇒ ::String
Returns the value of attribute workload_remarks.
Instance Attribute Details
#workload_configuration ⇒ Types::WorkloadConfiguration
Returns the value of attribute workload_configuration.
255 256 257 |
# File 'sig/types.rbs', line 255 def workload_configuration @workload_configuration end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
253 254 255 |
# File 'sig/types.rbs', line 253 def workload_id @workload_id end |
#workload_remarks ⇒ ::String
Returns the value of attribute workload_remarks.
254 255 256 |
# File 'sig/types.rbs', line 254 def workload_remarks @workload_remarks end |