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.
2181 2182 2183 2184 2185 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 2181 class UpdateViewOutput < Struct.new( :view) SENSITIVE = [] include Aws::Structure end |