Class: Aws::Types::LaunchAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_code::String

Returns the value of attribute action_code.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def action_code
  @action_code
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


587
588
589
# File 'sig/types.rbs', line 587

def action_id
  @action_id
end

#action_version::String

Returns the value of attribute action_version.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def action_version
  @action_version
end

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


591
592
593
# File 'sig/types.rbs', line 591

def active
  @active
end

#category"MONITORING", ...

Returns the value of attribute category.

Returns:

  • ("MONITORING", "VALIDATION", "CONFIGURATION", "SECURITY", "OTHER")


597
598
599
# File 'sig/types.rbs', line 597

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def name
  @name
end

#optionalBoolean

Returns the value of attribute optional.

Returns:

  • (Boolean)


594
595
596
# File 'sig/types.rbs', line 594

def optional
  @optional
end

#order::Integer

Returns the value of attribute order.

Returns:

  • (::Integer)


592
593
594
# File 'sig/types.rbs', line 592

def order
  @order
end

#parameters::Hash[::String, Types::LaunchActionParameter]

Returns the value of attribute parameters.

Returns:



595
596
597
# File 'sig/types.rbs', line 595

def parameters
  @parameters
end

#type"SSM_AUTOMATION", "SSM_COMMAND"

Returns the value of attribute type.

Returns:

  • ("SSM_AUTOMATION", "SSM_COMMAND")


589
590
591
# File 'sig/types.rbs', line 589

def type
  @type
end