Class: Aws::FIS::Types::ActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ActionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Provides a summary of an action.
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.
-
#tags ⇒ Hash<String,String>
The tags for the action.
-
#targets ⇒ Hash<String,Types::ActionTarget>
The targets for the action.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the action.
100 101 102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-fis/types.rb', line 100 class ActionSummary < Struct.new( :id, :arn, :description, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the action.
100 101 102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-fis/types.rb', line 100 class ActionSummary < Struct.new( :id, :arn, :description, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the action.
100 101 102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-fis/types.rb', line 100 class ActionSummary < Struct.new( :id, :arn, :description, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the action.
100 101 102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-fis/types.rb', line 100 class ActionSummary < Struct.new( :id, :arn, :description, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Hash<String,Types::ActionTarget>
The targets for the action.
100 101 102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-fis/types.rb', line 100 class ActionSummary < Struct.new( :id, :arn, :description, :targets, :tags) SENSITIVE = [] include Aws::Structure end |