Class: Aws::Types::PutLaunchActionResponse

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)


866
867
868
# File 'sig/types.rbs', line 866

def action_code
  @action_code
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def action_id
  @action_id
end

#action_version::String

Returns the value of attribute action_version.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def action_version
  @action_version
end

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


869
870
871
# File 'sig/types.rbs', line 869

def active
  @active
end

#category"MONITORING", ...

Returns the value of attribute category.

Returns:

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


875
876
877
# File 'sig/types.rbs', line 875

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def name
  @name
end

#optionalBoolean

Returns the value of attribute optional.

Returns:

  • (Boolean)


872
873
874
# File 'sig/types.rbs', line 872

def optional
  @optional
end

#order::Integer

Returns the value of attribute order.

Returns:

  • (::Integer)


870
871
872
# File 'sig/types.rbs', line 870

def order
  @order
end

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

Returns the value of attribute parameters.

Returns:



873
874
875
# File 'sig/types.rbs', line 873

def parameters
  @parameters
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def resource_id
  @resource_id
end

#type"SSM_AUTOMATION", "SSM_COMMAND"

Returns the value of attribute type.

Returns:

  • ("SSM_AUTOMATION", "SSM_COMMAND")


867
868
869
# File 'sig/types.rbs', line 867

def type
  @type
end