Class: Aws::Types::CreateExperimentTemplateActionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def action_id
  @action_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def description
  @description
end

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

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


49
50
51
# File 'sig/types.rbs', line 49

def parameters
  @parameters
end

#start_after::Array[::String]

Returns the value of attribute start_after.

Returns:

  • (::Array[::String])


51
52
53
# File 'sig/types.rbs', line 51

def start_after
  @start_after
end

#targets::Hash[::String, ::String]

Returns the value of attribute targets.

Returns:

  • (::Hash[::String, ::String])


50
51
52
# File 'sig/types.rbs', line 50

def targets
  @targets
end