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.
2186 2187 2188 2189 2190 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 2186 class UpdateViewOutput < Struct.new( :view) SENSITIVE = [] include Aws::Structure end |