Class: Aws::ResourceExplorer2::Types::GetManagedViewOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_viewTypes::ManagedView

Details about the specified managed view.

Returns:



500
501
502
503
504
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 500

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