Class: Aws::FIS::Types::ExperimentAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

Describes the action for an experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

The ID of the action.

Returns:

  • (String)


602
603
604
605
606
607
608
609
610
611
612
613
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 602

class ExperimentAction < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the action.

Returns:

  • (String)


602
603
604
605
606
607
608
609
610
611
612
613
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 602

class ExperimentAction < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The time that the action ended.

Returns:

  • (Time)


602
603
604
605
606
607
608
609
610
611
612
613
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 602

class ExperimentAction < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

The parameters for the action.

Returns:

  • (Hash<String,String>)


602
603
604
605
606
607
608
609
610
611
612
613
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 602

class ExperimentAction < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_afterArray<String>

The name of the action that must be completed before this action starts.

Returns:

  • (Array<String>)


602
603
604
605
606
607
608
609
610
611
612
613
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 602

class ExperimentAction < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time that the action started.

Returns:

  • (Time)


602
603
604
605
606
607
608
609
610
611
612
613
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 602

class ExperimentAction < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::ExperimentActionState

The state of the action.



602
603
604
605
606
607
608
609
610
611
612
613
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 602

class ExperimentAction < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#targetsHash<String,String>

The targets for the action.

Returns:

  • (Hash<String,String>)


602
603
604
605
606
607
608
609
610
611
612
613
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 602

class ExperimentAction < Struct.new(
  :action_id,
  :description,
  :parameters,
  :targets,
  :start_after,
  :state,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end