Class: Aws::ResourceExplorer2::Types::UpdateViewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::UpdateViewOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#view ⇒ Types::View
Details about the view that you changed with this operation.
Instance Attribute Details
#view ⇒ Types::View
Details about the view that you changed with this operation.
1704 1705 1706 1707 1708 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1704 class UpdateViewOutput < Struct.new( :view) SENSITIVE = [] include Aws::Structure end |