Class: Aws::Types::DescribeWorkloadRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkloadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
248 249 250 |
# File 'sig/types.rbs', line 248 def account_id @account_id end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
246 247 248 |
# File 'sig/types.rbs', line 246 def component_name @component_name end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
245 246 247 |
# File 'sig/types.rbs', line 245 def resource_group_name @resource_group_name end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
247 248 249 |
# File 'sig/types.rbs', line 247 def workload_id @workload_id end |