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)


7128
7129
7130
7131
7132
7133
7134
# File 'lib/aws-sdk-mgn/types.rb', line 7128

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

#nameString

The updated name for the construct.

Returns:

  • (String)


7128
7129
7130
7131
7132
7133
7134
# File 'lib/aws-sdk-mgn/types.rb', line 7128

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>)


7128
7129
7130
7131
7132
7133
7134
# File 'lib/aws-sdk-mgn/types.rb', line 7128

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