Class: Aws::Mgn::Types::UpdateOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::UpdateOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
An operation that updates the properties of a construct.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#properties ⇒ Hash<String,String>
The properties to update on the construct.
Instance Attribute Details
#properties ⇒ Hash<String,String>
The properties to update on the construct.
6921 6922 6923 6924 6925 |
# File 'lib/aws-sdk-mgn/types.rb', line 6921 class UpdateOperation < Struct.new( :properties) SENSITIVE = [] include Aws::Structure end |