Class: Aws::WellArchitected::Types::GetLensInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetLensInput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Note:
When making an API call, you may pass GetLensInput data as a hash:
{
lens_alias: "LensAlias", # required
lens_version: "LensVersion",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_alias ⇒ String
The alias of the lens, for example,
serverless
. -
#lens_version ⇒ String
The lens version to be retrieved.
Instance Attribute Details
#lens_alias ⇒ String
The alias of the lens, for example, serverless
.
Each lens is identified by its LensSummary$LensAlias.
1238 1239 1240 1241 1242 1243 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1238 class GetLensInput < Struct.new( :lens_alias, :lens_version) SENSITIVE = [] include Aws::Structure end |
#lens_version ⇒ String
The lens version to be retrieved.
1238 1239 1240 1241 1242 1243 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1238 class GetLensInput < Struct.new( :lens_alias, :lens_version) SENSITIVE = [] include Aws::Structure end |