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

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 ⇒ Types::Lens

A lens return object.

Returns:



3460
3461
3462
3463
3464
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3460

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