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)


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_versionString

The version of the lens.

Returns:

  • (String)


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