Class: Aws::Mgn::Types::RemoveSourceServerActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::RemoveSourceServerActionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Source server post migration account ID.
-
#action_id ⇒ String
Source server post migration custom action ID to remove.
-
#source_server_id ⇒ String
Source server ID of the post migration custom action to remove.
Instance Attribute Details
#account_id ⇒ String
Source server post migration account ID.
3172 3173 3174 3175 3176 3177 3178 |
# File 'lib/aws-sdk-mgn/types.rb', line 3172 class RemoveSourceServerActionRequest < Struct.new( :account_id, :action_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#action_id ⇒ String
Source server post migration custom action ID to remove.
3172 3173 3174 3175 3176 3177 3178 |
# File 'lib/aws-sdk-mgn/types.rb', line 3172 class RemoveSourceServerActionRequest < Struct.new( :account_id, :action_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
Source server ID of the post migration custom action to remove.
3172 3173 3174 3175 3176 3177 3178 |
# File 'lib/aws-sdk-mgn/types.rb', line 3172 class RemoveSourceServerActionRequest < Struct.new( :account_id, :action_id, :source_server_id) SENSITIVE = [] include Aws::Structure end |