Class: Aws::Types::DisassociateProfilesInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateProfilesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_arns ⇒ ::Array[::String]
Returns the value of attribute profile_arns.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#profile_arns ⇒ ::Array[::String]
Returns the value of attribute profile_arns.
612 613 614 |
# File 'sig/types.rbs', line 612 def profile_arns @profile_arns end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
611 612 613 |
# File 'sig/types.rbs', line 611 def workload_id @workload_id end |