Class: Aws::WellArchitected::Types::GetLensOutput

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

#lensTypes::Lens

A lens return object.

Returns:



2059
2060
2061
2062
2063
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2059

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