Class: Aws::WellArchitected::Types::AssociateLensesInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#lens_aliasesArray<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.

Returns:

  • (Array<String>)


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_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


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