Class: Aws::Resiliencehubv2::Types::TestAction

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

Overview

Represents a fault action that a test runs, along with the resource type it targets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

The identifier of the fault action.

Returns:

  • (String)


5363
5364
5365
5366
5367
5368
5369
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5363

class TestAction < Struct.new(
  :action_id,
  :description,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the fault action.

Returns:

  • (String)


5363
5364
5365
5366
5367
5368
5369
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5363

class TestAction < Struct.new(
  :action_id,
  :description,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type that the action targets.

Returns:

  • (String)


5363
5364
5365
5366
5367
5368
5369
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5363

class TestAction < Struct.new(
  :action_id,
  :description,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end