Class: Aws::Types::WorkloadData
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_constraints ⇒ ::Array[Types::AccountConstraint]
Returns the value of attribute account_constraints.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#documentation_url ⇒ ::String
Returns the value of attribute documentation_url.
-
#icon_url ⇒ ::String
Returns the value of attribute icon_url.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#account_constraints ⇒ ::Array[Types::AccountConstraint]
Returns the value of attribute account_constraints.
309 310 311 |
# File 'sig/types.rbs', line 309 def account_constraints @account_constraints end |
#description ⇒ ::String
Returns the value of attribute description.
310 311 312 |
# File 'sig/types.rbs', line 310 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
307 308 309 |
# File 'sig/types.rbs', line 307 def display_name @display_name end |
#documentation_url ⇒ ::String
Returns the value of attribute documentation_url.
311 312 313 |
# File 'sig/types.rbs', line 311 def documentation_url @documentation_url end |
#icon_url ⇒ ::String
Returns the value of attribute icon_url.
312 313 314 |
# File 'sig/types.rbs', line 312 def icon_url @icon_url end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
308 309 310 |
# File 'sig/types.rbs', line 308 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
313 314 315 |
# File 'sig/types.rbs', line 313 def @status_message end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def workload_name @workload_name end |