Class: Aws::WellArchitected::Types::ListLensesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Input to list lenses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_nameString

The full name of the lens.

Returns:

  • (String)


3484
3485
3486
3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3484

class ListLensesInput < Struct.new(
  :next_token,
  :max_results,
  :lens_type,
  :lens_status,
  :lens_name)
  SENSITIVE = []
  include Aws::Structure
end

#lens_statusString

The status of lenses to be returned.

Returns:

  • (String)


3484
3485
3486
3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3484

class ListLensesInput < Struct.new(
  :next_token,
  :max_results,
  :lens_type,
  :lens_status,
  :lens_name)
  SENSITIVE = []
  include Aws::Structure
end

#lens_typeString

The type of lenses to be returned.

Returns:

  • (String)


3484
3485
3486
3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3484

class ListLensesInput < Struct.new(
  :next_token,
  :max_results,
  :lens_type,
  :lens_status,
  :lens_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return for this request.

Returns:

  • (Integer)


3484
3485
3486
3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3484

class ListLensesInput < Struct.new(
  :next_token,
  :max_results,
  :lens_type,
  :lens_status,
  :lens_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


3484
3485
3486
3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3484

class ListLensesInput < Struct.new(
  :next_token,
  :max_results,
  :lens_type,
  :lens_status,
  :lens_name)
  SENSITIVE = []
  include Aws::Structure
end