Class: Aws::ResourceExplorer2::Types::CreateViewOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#viewTypes::View

A structure that contains the details about the new view.

Returns:



296
297
298
299
300
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 296

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