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

#excludedBoolean

Whether to exclude this construct from the migration.

Returns:

  • (Boolean)


7025
7026
7027
7028
7029
7030
7031
# File 'lib/aws-sdk-mgn/types.rb', line 7025

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

#nameString

The updated name for the construct.

Returns:

  • (String)


7025
7026
7027
7028
7029
7030
7031
# File 'lib/aws-sdk-mgn/types.rb', line 7025

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

#propertiesHash<String,String>

The properties to update on the construct.

Returns:

  • (Hash<String,String>)


7025
7026
7027
7028
7029
7030
7031
# File 'lib/aws-sdk-mgn/types.rb', line 7025

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