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_jsonString

The JSON representation of a lens.

Returns:

  • (String)


1847
1848
1849
1850
1851
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1847

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