Class: Aws::WellArchitected::Types::DisassociateLensesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::DisassociateLensesInput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Input to disassociate lens reviews.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_aliases ⇒ Array<String>
List of lens aliases to associate or disassociate with a workload.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#lens_aliases ⇒ Array<String>
List of lens aliases to associate or disassociate with a workload. Up to 10 lenses can be specified.
Identify a lens using its LensSummary$LensAlias.
1788 1789 1790 1791 1792 1793 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1788 class DisassociateLensesInput < Struct.new( :workload_id, :lens_aliases) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
1788 1789 1790 1791 1792 1793 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1788 class DisassociateLensesInput < Struct.new( :workload_id, :lens_aliases) SENSITIVE = [] include Aws::Structure end |