Class: Aws::WellArchitected::Types::CreateLensVersionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_arnString

The ARN for the lens.

Returns:

  • (String)


795
796
797
798
799
800
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 795

class CreateLensVersionOutput < Struct.new(
  :lens_arn,
  :lens_version)
  SENSITIVE = []
  include Aws::Structure
end

#lens_versionString

The version of the lens.

Returns:

  • (String)


795
796
797
798
799
800
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 795

class CreateLensVersionOutput < Struct.new(
  :lens_arn,
  :lens_version)
  SENSITIVE = []
  include Aws::Structure
end