Class: Aws::Types::ExperimentAction

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)


168
169
170
# File 'sig/types.rbs', line 168

def action_id
  @action_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def description
  @description
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


175
176
177
# File 'sig/types.rbs', line 175

def end_time
  @end_time
end

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

Returns the value of attribute parameters.

Returns:

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


170
171
172
# File 'sig/types.rbs', line 170

def parameters
  @parameters
end

#start_after::Array[::String]

Returns the value of attribute start_after.

Returns:

  • (::Array[::String])


172
173
174
# File 'sig/types.rbs', line 172

def start_after
  @start_after
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


174
175
176
# File 'sig/types.rbs', line 174

def start_time
  @start_time
end

#stateTypes::ExperimentActionState

Returns the value of attribute state.



173
174
175
# File 'sig/types.rbs', line 173

def state
  @state
end

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

Returns the value of attribute targets.

Returns:

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


171
172
173
# File 'sig/types.rbs', line 171

def targets
  @targets
end