Class: Aws::Resiliencehubv2::Types::TestAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::TestAction
- 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
-
#action_id ⇒ String
The identifier of the fault action.
-
#description ⇒ String
A description of the fault action.
-
#resource_type ⇒ String
The resource type that the action targets.
Instance Attribute Details
#action_id ⇒ String
The identifier of the fault action.
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 |
#description ⇒ String
A description of the fault action.
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_type ⇒ String
The resource type that the action targets.
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 |