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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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:



2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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)


2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-drs/types.rb', line 2104

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