Class: Aws::ResourceExplorer2::Types::UpdateViewOutput

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

Details about the view that you changed with this operation.

Returns:



1451
1452
1453
1454
1455
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1451

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