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
-
#excluded ⇒ Boolean
Whether to exclude this construct from the migration.
-
#name ⇒ String
The updated name for the construct.
-
#properties ⇒ Hash<String,String>
The properties to update on the construct.
Instance Attribute Details
#excluded ⇒ Boolean
Whether to exclude this construct from the migration.
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 |
#name ⇒ String
The updated name for the construct.
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 |
#properties ⇒ Hash<String,String>
The properties to update on the construct.
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 |