Class: Aws::WellArchitected::Types::ListLensesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListLensesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Input to list lenses.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_name ⇒ String
The full name of the lens.
-
#lens_status ⇒ String
The status of lenses to be returned.
-
#lens_type ⇒ String
The type of lenses to be returned.
-
#max_results ⇒ Integer
The maximum number of results to return for this request.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
Instance Attribute Details
#lens_name ⇒ String
The full name of the lens.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3633 class ListLensesInput < Struct.new( :next_token, :max_results, :lens_type, :lens_status, :lens_name) SENSITIVE = [] include Aws::Structure end |
#lens_status ⇒ String
The status of lenses to be returned.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3633 class ListLensesInput < Struct.new( :next_token, :max_results, :lens_type, :lens_status, :lens_name) SENSITIVE = [] include Aws::Structure end |
#lens_type ⇒ String
The type of lenses to be returned.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3633 class ListLensesInput < Struct.new( :next_token, :max_results, :lens_type, :lens_status, :lens_name) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return for this request.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3633 class ListLensesInput < Struct.new( :next_token, :max_results, :lens_type, :lens_status, :lens_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3633 3634 3635 3636 3637 3638 3639 3640 3641 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3633 class ListLensesInput < Struct.new( :next_token, :max_results, :lens_type, :lens_status, :lens_name) SENSITIVE = [] include Aws::Structure end |