Class: Aws::FIS::Types::Action

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

Overview

Describes an action. For more information, see [FIS actions] in the *Fault Injection Service User Guide*.

[1]: docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the action.

Returns:

  • (String)


46
47
48
49
50
51
52
53
54
55
# File 'lib/aws-sdk-fis/types.rb', line 46

class Action < Struct.new(
  :id,
  :arn,
  :description,
  :parameters,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the action.

Returns:

  • (String)


46
47
48
49
50
51
52
53
54
55
# File 'lib/aws-sdk-fis/types.rb', line 46

class Action < Struct.new(
  :id,
  :arn,
  :description,
  :parameters,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the action.

Returns:

  • (String)


46
47
48
49
50
51
52
53
54
55
# File 'lib/aws-sdk-fis/types.rb', line 46

class Action < Struct.new(
  :id,
  :arn,
  :description,
  :parameters,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,Types::ActionParameter>

The action parameters, if applicable.

Returns:



46
47
48
49
50
51
52
53
54
55
# File 'lib/aws-sdk-fis/types.rb', line 46

class Action < Struct.new(
  :id,
  :arn,
  :description,
  :parameters,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the action.

Returns:

  • (Hash<String,String>)


46
47
48
49
50
51
52
53
54
55
# File 'lib/aws-sdk-fis/types.rb', line 46

class Action < Struct.new(
  :id,
  :arn,
  :description,
  :parameters,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#targetsHash<String,Types::ActionTarget>

The supported targets for the action.

Returns:



46
47
48
49
50
51
52
53
54
55
# File 'lib/aws-sdk-fis/types.rb', line 46

class Action < Struct.new(
  :id,
  :arn,
  :description,
  :parameters,
  :targets,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end