Class: Aws::WellArchitected::Types::CreateLensVersionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateLensVersionOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_arn ⇒ String
The ARN for the lens.
-
#lens_version ⇒ String
The version of the lens.
Instance Attribute Details
#lens_arn ⇒ String
The ARN for the lens.
877 878 879 880 881 882 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 877 class CreateLensVersionOutput < Struct.new( :lens_arn, :lens_version) SENSITIVE = [] include Aws::Structure end |
#lens_version ⇒ String
The version of the lens.
877 878 879 880 881 882 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 877 class CreateLensVersionOutput < Struct.new( :lens_arn, :lens_version) SENSITIVE = [] include Aws::Structure end |