Class: Aws::Drs::Types::PutLaunchActionResponse

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_codeString

Launch action code.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#action_idString

Launch action Id.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#action_versionString

Launch action version.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#activeBoolean

Whether the launch action is active.

Returns:

  • (Boolean)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#categoryString

Launch action category.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Launch action description.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Launch action name.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#optionalBoolean

Whether the launch will not be marked as failed if this action fails.

Returns:

  • (Boolean)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#orderInteger

Launch action order.

Returns:

  • (Integer)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,Types::LaunchActionParameter>

Launch action parameters.

Returns:



2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Launch configuration template Id or Source Server Id

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Launch action type.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2264

class PutLaunchActionResponse < Struct.new(
  :resource_id,
  :action_id,
  :action_code,
  :type,
  :name,
  :active,
  :order,
  :action_version,
  :optional,
  :parameters,
  :description,
  :category)
  SENSITIVE = []
  include Aws::Structure
end