Class: Aws::Types::AddWorkloadRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddWorkloadRequest
- 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.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
18 19 20 |
# File 'sig/types.rbs', line 18 def component_name @component_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def resource_group_name @resource_group_name end |
#workload_configuration ⇒ Types::WorkloadConfiguration
Returns the value of attribute workload_configuration.
19 20 21 |
# File 'sig/types.rbs', line 19 def workload_configuration @workload_configuration end |