Class: Aws::WellArchitected::Types::DisassociateLensesInput

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

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>)


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_idString

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

Returns:

  • (String)


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