Class: Aws::WellArchitected::Types::ExportLensOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_json ⇒ String

The JSON representation of a lens.

Returns:

  • (String)


2778
2779
2780
2781
2782
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2778

class ExportLensOutput < Struct.new(
  :lens_json)
  SENSITIVE = []
  include Aws::Structure
end