Class: Aws::Types::UpdateWorkloadRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkloadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#workload_configuration ⇒ Types::WorkloadConfiguration
Returns the value of attribute workload_configuration.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
591 592 593 |
# File 'sig/types.rbs', line 591 def component_name @component_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
590 591 592 |
# File 'sig/types.rbs', line 590 def resource_group_name @resource_group_name end |
#workload_configuration ⇒ Types::WorkloadConfiguration
Returns the value of attribute workload_configuration.
593 594 595 |
# File 'sig/types.rbs', line 593 def workload_configuration @workload_configuration end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
592 593 594 |
# File 'sig/types.rbs', line 592 def workload_id @workload_id end |