Class: Aws::FIS::Types::Action
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::Action
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the action.
-
#description ⇒ String
The description for the action.
-
#id ⇒ String
The ID of the action.
-
#parameters ⇒ Hash<String,Types::ActionParameter>
The action parameters, if applicable.
-
#tags ⇒ Hash<String,String>
The tags for the action.
-
#targets ⇒ Hash<String,Types::ActionTarget>
The supported targets for the action.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the action.
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 |
#description ⇒ String
The description for the action.
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 |
#id ⇒ String
The ID of the action.
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 |
#parameters ⇒ Hash<String,Types::ActionParameter>
The action parameters, if applicable.
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 |
#tags ⇒ Hash<String,String>
The tags for the action.
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 |
#targets ⇒ Hash<String,Types::ActionTarget>
The supported targets for the action.
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 |