Class: Aws::Types::DisassociateLensesInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateLensesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_aliases ⇒ ::Array[::String]
Returns the value of attribute lens_aliases.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#lens_aliases ⇒ ::Array[::String]
Returns the value of attribute lens_aliases.
606 607 608 |
# File 'sig/types.rbs', line 606 def lens_aliases @lens_aliases end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
605 606 607 |
# File 'sig/types.rbs', line 605 def workload_id @workload_id end |