Class: Aws::WellArchitected::Types::AssociateLensesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::AssociateLensesInput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Input to associate 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.
309 310 311 312 313 314 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 309 class AssociateLensesInput < 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.
309 310 311 312 313 314 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 309 class AssociateLensesInput < Struct.new( :workload_id, :lens_aliases) SENSITIVE = [] include Aws::Structure end |