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

#excluded ⇒ Boolean

Whether to exclude this construct from the migration.

Returns:

  • (Boolean)


7202
7203
7204
7205
7206
7207
7208
# File 'lib/aws-sdk-mgn/types.rb', line 7202

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

#name ⇒ String

The updated name for the construct.

Returns:

  • (String)


7202
7203
7204
7205
7206
7207
7208
# File 'lib/aws-sdk-mgn/types.rb', line 7202

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

#properties ⇒ Hash<String,String>

The properties to update on the construct.

Returns:

  • (Hash<String,String>)


7202
7203
7204
7205
7206
7207
7208
# File 'lib/aws-sdk-mgn/types.rb', line 7202

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