Class: Aws::Types::WorkloadConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::String
Returns the value of attribute configuration.
-
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#configuration ⇒ ::String
Returns the value of attribute configuration.
621 622 623 |
# File 'sig/types.rbs', line 621 def configuration @configuration end |
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
620 621 622 |
# File 'sig/types.rbs', line 620 def tier @tier end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
619 620 621 |
# File 'sig/types.rbs', line 619 def workload_name @workload_name end |