Class: Aws::Types::PutLaunchActionRequest

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)


850
851
852
# File 'sig/types.rbs', line 850

def action_code
  @action_code
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def action_id
  @action_id
end

#action_version::String

Returns the value of attribute action_version.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def action_version
  @action_version
end

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


854
855
856
# File 'sig/types.rbs', line 854

def active
  @active
end

#category"MONITORING", ...

Returns the value of attribute category.

Returns:

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


857
858
859
# File 'sig/types.rbs', line 857

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def name
  @name
end

#optionalBoolean

Returns the value of attribute optional.

Returns:

  • (Boolean)


853
854
855
# File 'sig/types.rbs', line 853

def optional
  @optional
end

#order::Integer

Returns the value of attribute order.

Returns:

  • (::Integer)


851
852
853
# File 'sig/types.rbs', line 851

def order
  @order
end

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

Returns the value of attribute parameters.

Returns:



858
859
860
# File 'sig/types.rbs', line 858

def parameters
  @parameters
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def resource_id
  @resource_id
end