Class: Aws::Types::WorkloadDataSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadDataSummary
- 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.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#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.
321 322 323 |
# File 'sig/types.rbs', line 321 def account_constraints @account_constraints end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
319 320 321 |
# File 'sig/types.rbs', line 319 def display_name @display_name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
320 321 322 |
# File 'sig/types.rbs', line 320 def status @status end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
318 319 320 |
# File 'sig/types.rbs', line 318 def workload_name @workload_name end |