Class: Aws::Types::Workload
- Inherits:
-
Object
- Object
- Aws::Types::Workload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#missing_workload_config ⇒ Boolean
Returns the value of attribute missing_workload_config.
-
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
-
#workload_remarks ⇒ ::String
Returns the value of attribute workload_remarks.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
610 611 612 |
# File 'sig/types.rbs', line 610 def component_name @component_name end |
#missing_workload_config ⇒ Boolean
Returns the value of attribute missing_workload_config.
614 615 616 |
# File 'sig/types.rbs', line 614 def missing_workload_config @missing_workload_config end |
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
612 613 614 |
# File 'sig/types.rbs', line 612 def tier @tier end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
609 610 611 |
# File 'sig/types.rbs', line 609 def workload_id @workload_id end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
611 612 613 |
# File 'sig/types.rbs', line 611 def workload_name @workload_name end |
#workload_remarks ⇒ ::String
Returns the value of attribute workload_remarks.
613 614 615 |
# File 'sig/types.rbs', line 613 def workload_remarks @workload_remarks end |