Class: Aws::Types::AssociateLensesInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateLensesInput
- 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.
167 168 169 |
# File 'sig/types.rbs', line 167 def lens_aliases @lens_aliases end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
166 167 168 |
# File 'sig/types.rbs', line 166 def workload_id @workload_id end |