Class: Aws::Types::UpdateExperimentTemplateActionInputItem

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)


754
755
756
# File 'sig/types.rbs', line 754

def action_id
  @action_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def description
  @description
end

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

Returns the value of attribute parameters.

Returns:

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


756
757
758
# File 'sig/types.rbs', line 756

def parameters
  @parameters
end

#start_after::Array[::String]

Returns the value of attribute start_after.

Returns:

  • (::Array[::String])


758
759
760
# File 'sig/types.rbs', line 758

def start_after
  @start_after
end

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

Returns the value of attribute targets.

Returns:

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


757
758
759
# File 'sig/types.rbs', line 757

def targets
  @targets
end