Class: Aws::Types::AssociateProfilesInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateProfilesInput
- 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.
173 174 175 |
# File 'sig/types.rbs', line 173 def profile_arns @profile_arns end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def workload_id @workload_id end |