Class: Aws::Mgn::Types::UpdateOperation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#propertiesHash<String,String>

The properties to update on the construct.

Returns:

  • (Hash<String,String>)


6921
6922
6923
6924
6925
# File 'lib/aws-sdk-mgn/types.rb', line 6921

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