Class: Aws::Drs::Types::DeleteLaunchActionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

Launch action Id.

Returns:

  • (String)


564
565
566
567
568
569
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 564

class DeleteLaunchActionRequest < Struct.new(
  :action_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Launch configuration template Id or Source Server Id

Returns:

  • (String)


564
565
566
567
568
569
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 564

class DeleteLaunchActionRequest < Struct.new(
  :action_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end