Class: Aws::Drs::Types::PutLaunchActionRequest

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)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#action_idString

Launch action Id.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#action_versionString

Launch action version.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#activeBoolean

Whether the launch action is active.

Returns:

  • (Boolean)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#categoryString

Launch action category.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#descriptionString

Launch action description.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#nameString

Launch action name.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#optionalBoolean

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

Returns:

  • (Boolean)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#orderInteger

Launch action order.

Returns:

  • (Integer)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#parametersHash<String,Types::LaunchActionParameter>

Launch action parameters.

Returns:



2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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

#resource_idString

Launch configuration template Id or Source Server Id

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2174

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