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

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

Overview

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

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 'gems/aws-sdk-fis/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 'gems/aws-sdk-fis/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 'gems/aws-sdk-fis/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 'gems/aws-sdk-fis/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 'gems/aws-sdk-fis/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 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 46

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