Class: Aws::Drs::Types::LaunchAction

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

Overview

Launch action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_codeString

Launch action code.

Returns:

  • (String)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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:



1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

class LaunchAction < Struct.new(
  :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)


1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
# File 'lib/aws-sdk-drs/types.rb', line 1505

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