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

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_jsonString

The JSON representation of a lens.

Returns:

  • (String)


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

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